Html Css Color HEX #CEC31C Barberry

📋 copy color: '#CEC31C'

red 206 ◦ green 195 ◦ blue 28

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

Shades of Barberry #CEC31C

Tints of Barberry #CEC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 48.02%
G = 45.45%
B = 6.53%

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

#CEC31C (or 0xCEC31C) is known color: Barberry. HEX triplet: CE, C3 and 1C. RGB value is (206,195,28). Sum of RGB (Red+Green+Blue) = 206+195+28=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC31C is #313CE3. Grayscale: #B3B3B3. Windows color (decimal): -3226852 or 1885134. OLE color: 1885134.

HSL color Cylindrical-coordinate representation of color #CEC31C: hue angle of 56.29º 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 #CEC31C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 195 28 -
CMYK 0 0.05 0.86 0.19
HSL 56.29º 0.76% 0.46% -
HSV(B) 56.29º 0.86% 0.81% -
XYZ 45.18 52.24 8.8 -
YUV 179.25 42.64 147.08 -
System Red Green Blue C M Y K H S L
Decimal 206 195 28 0 0.05 0.86 0.19 56.29 0.76 0.46
Hex CE C3 1C 0 5 56 13 38 4C 2E
Octal 316 303 34 0 5 126 23 70 114 56
Binary 11001110 11000011 11100 0 101 1010110 10011 111000 1001100 101110

Color Harmonies of #CEC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC31C

Black with #CEC31C

Text Example


Text Example

White with #CEC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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