Html Css Color HEX #CEC41E Barberry

📋 copy color: '#CEC41E'

red 206 ◦ green 196 ◦ blue 30

#CEC41E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CEC41E

Tints of Barberry #CEC41E

RGB

 RED value IS 206 (80.86% from 255) = 47.69%

 GREEN value IS 196 (76.95% from 255) = 45.37%

 BLUE value IS 30 (12.11% from 255) = 6.94%

R = 47.69%
G = 45.37%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEC41E (or 0xCEC41E) is known color: Barberry. HEX triplet: CE, C4 and 1E. RGB value is (206,196,30). Sum of RGB (Red+Green+Blue) = 206+196+30=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC41E is #313BE1. Grayscale: #B4B4B4. Windows color (decimal): -3226594 or 2016462. OLE color: 2016462.

HSL color Cylindrical-coordinate representation of color #CEC41E: hue angle of 56.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEC41E is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 196 30 -
CMYK 0 0.05 0.85 0.19
HSL 56.59º 0.75% 0.46% -
HSV(B) 56.59º 0.85% 0.81% -
XYZ 45.43 52.7 9.01 -
YUV 180.07 43.31 146.5 -
System Red Green Blue C M Y K H S L
Decimal 206 196 30 0 0.05 0.85 0.19 56.59 0.75 0.46
Hex CE C4 1E 0 5 55 13 39 4B 2E
Octal 316 304 36 0 5 125 23 71 113 56
Binary 11001110 11000100 11110 0 101 1010101 10011 111001 1001011 101110

Color Harmonies of #CEC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC41E

Black with #CEC41E

Text Example


Text Example

White with #CEC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC41E; }

 p { color: rgb(206,196,30); }

 H1.HeaderClassName
 {
   color: #CEC41E;
 }
 .AnyTagClassName
 {
   color: #CEC41E;
 }
</style>

background-color css

<style>
 a { background-color: #CEC41E; }

 a { background-color: rgb(206,196,30); }

 div.DivClassName
 {
   background-color: #CEC41E;
 }
 .BgClassName
 {
   background-color: #CEC41E;
 }
</style>

border-color css

<style>
 span { border-color: #CEC41E; }

 span { border-color: rgb(206,196,30); }

 td.TdClassName
 {
   border-color: #CEC41E;
 }
 .TagClassName
 {
   border-color: #CEC41E;
 }
</style>