Html Css Color HEX #CEC820 Barberry

📋 copy color: '#CEC820'

red 206 ◦ green 200 ◦ blue 32

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

Shades of Barberry #CEC820

Tints of Barberry #CEC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

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

R = 47.03%
G = 45.66%
B = 7.31%

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

#CEC820 (or 0xCEC820) is known color: Barberry. HEX triplet: CE, C8 and 20. RGB value is (206,200,32). Sum of RGB (Red+Green+Blue) = 206+200+32=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC820 is #3137DF. Grayscale: #B7B7B7. Windows color (decimal): -3225568 or 2148558. OLE color: 2148558.

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

Color convert

RGB 206 200 32 -
CMYK 0 0.03 0.84 0.19
HSL 57.93º 0.73% 0.47% -
HSV(B) 57.93º 0.84% 0.81% -
XYZ 46.37 54.53 9.45 -
YUV 182.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 206 200 32 0 0.03 0.84 0.19 57.93 0.73 0.47
Hex CE C8 20 0 3 54 13 3A 49 2F
Octal 316 310 40 0 3 124 23 72 111 57
Binary 11001110 11001000 100000 0 11 1010100 10011 111010 1001001 101111

Color Harmonies of #CEC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC820

Black with #CEC820

Text Example


Text Example

White with #CEC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC820; }

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

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

background-color css

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

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

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

border-color css

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

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

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