Html Css Color HEX #CEC021 Barberry

📋 copy color: '#CEC021'

red 206 ◦ green 192 ◦ blue 33

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

Shades of Barberry #CEC021

Tints of Barberry #CEC021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 47.8%
G = 44.55%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEC021 (or 0xCEC021) is known color: Barberry. HEX triplet: CE, C0 and 21. RGB value is (206,192,33). Sum of RGB (Red+Green+Blue) = 206+192+33=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC021 is #313FDE. Grayscale: #B2B2B2. Windows color (decimal): -3227615 or 2212046. OLE color: 2212046.

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

Color convert

RGB 206 192 33 -
CMYK 0 0.07 0.84 0.19
HSL 55.14º 0.72% 0.47% -
HSV(B) 55.14º 0.84% 0.81% -
XYZ 44.58 50.93 8.92 -
YUV 178.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 206 192 33 0 0.07 0.84 0.19 55.14 0.72 0.47
Hex CE C0 21 0 7 54 13 37 48 2F
Octal 316 300 41 0 7 124 23 67 110 57
Binary 11001110 11000000 100001 0 111 1010100 10011 110111 1001000 101111

Color Harmonies of #CEC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC021

Black with #CEC021

Text Example


Text Example

White with #CEC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC021; }

 p { color: rgb(206,192,33); }

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

background-color css

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

 a { background-color: rgb(206,192,33); }

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

border-color css

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

 span { border-color: rgb(206,192,33); }

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