Html Css Color HEX #CEC720 Barberry

📋 copy color: '#CEC720'

red 206 ◦ green 199 ◦ blue 32

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

Shades of Barberry #CEC720

Tints of Barberry #CEC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

 BLUE value IS 32 (12.89% from 255) = 7.32%

R = 47.14%
G = 45.54%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEC720 (or 0xCEC720) is known color: Barberry. HEX triplet: CE, C7 and 20. RGB value is (206,199,32). Sum of RGB (Red+Green+Blue) = 206+199+32=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC720 is #3138DF. Grayscale: #B6B6B6. Windows color (decimal): -3225824 or 2148302. OLE color: 2148302.

HSL color Cylindrical-coordinate representation of color #CEC720: hue angle of 57.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEC720 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 199 32 -
CMYK 0 0.03 0.84 0.19
HSL 57.59º 0.73% 0.47% -
HSV(B) 57.59º 0.84% 0.81% -
XYZ 46.14 54.07 9.37 -
YUV 182.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 206 199 32 0 0.03 0.84 0.19 57.59 0.73 0.47
Hex CE C7 20 0 3 54 13 3A 49 2F
Octal 316 307 40 0 3 124 23 72 111 57
Binary 11001110 11000111 100000 0 11 1010100 10011 111010 1001001 101111

Color Harmonies of #CEC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC720

Black with #CEC720

Text Example


Text Example

White with #CEC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC720; }

 p { color: rgb(206,199,32); }

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

background-color css

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

 a { background-color: rgb(206,199,32); }

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

border-color css

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

 span { border-color: rgb(206,199,32); }

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