Html Css Color HEX #CEC120 Barberry

📋 copy color: '#CEC120'

red 206 ◦ green 193 ◦ blue 32

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

Shades of Barberry #CEC120

Tints of Barberry #CEC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.78%

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

R = 47.8%
G = 44.78%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEC120 (or 0xCEC120) is known color: Barberry. HEX triplet: CE, C1 and 20. RGB value is (206,193,32). Sum of RGB (Red+Green+Blue) = 206+193+32=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC120 is #313EDF. Grayscale: #B3B3B3. Windows color (decimal): -3227360 or 2146766. OLE color: 2146766.

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

Color convert

RGB 206 193 32 -
CMYK 0 0.06 0.84 0.19
HSL 55.52º 0.73% 0.47% -
HSV(B) 55.52º 0.84% 0.81% -
XYZ 44.78 51.37 8.92 -
YUV 178.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 206 193 32 0 0.06 0.84 0.19 55.52 0.73 0.47
Hex CE C1 20 0 6 54 13 38 49 2F
Octal 316 301 40 0 6 124 23 70 111 57
Binary 11001110 11000001 100000 0 110 1010100 10011 111000 1001001 101111

Color Harmonies of #CEC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC120

Black with #CEC120

Text Example


Text Example

White with #CEC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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