Html Css Color HEX #CEC41C Barberry

📋 copy color: '#CEC41C'

red 206 ◦ green 196 ◦ blue 28

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

Shades of Barberry #CEC41C

Tints of Barberry #CEC41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 47.91%
G = 45.58%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEC41C (or 0xCEC41C) is known color: Barberry. HEX triplet: CE, C4 and 1C. RGB value is (206,196,28). Sum of RGB (Red+Green+Blue) = 206+196+28=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC41C is #313BE3. Grayscale: #B4B4B4. Windows color (decimal): -3226596 or 1885390. OLE color: 1885390.

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

Color convert

RGB 206 196 28 -
CMYK 0 0.05 0.86 0.19
HSL 56.63º 0.76% 0.46% -
HSV(B) 56.63º 0.86% 0.81% -
XYZ 45.4 52.69 8.87 -
YUV 179.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 206 196 28 0 0.05 0.86 0.19 56.63 0.76 0.46
Hex CE C4 1C 0 5 56 13 39 4C 2E
Octal 316 304 34 0 5 126 23 71 114 56
Binary 11001110 11000100 11100 0 101 1010110 10011 111001 1001100 101110

Color Harmonies of #CEC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC41C

Black with #CEC41C

Text Example


Text Example

White with #CEC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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