Html Css Color HEX #CEC329 Barberry

📋 copy color: '#CEC329'

red 206 ◦ green 195 ◦ blue 41

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

Shades of Barberry #CEC329

Tints of Barberry #CEC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.28%

R = 46.61%
G = 44.12%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEC329 (or 0xCEC329) is known color: Barberry. HEX triplet: CE, C3 and 29. RGB value is (206,195,41). Sum of RGB (Red+Green+Blue) = 206+195+41=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC329 is #313CD6. Grayscale: #B5B5B5. Windows color (decimal): -3226839 or 2737102. OLE color: 2737102.

HSL color Cylindrical-coordinate representation of color #CEC329: hue angle of 56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEC329 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 195 41 -
CMYK 0 0.05 0.80 0.19
HSL 56º 0.67% 0.48% -
HSV(B) 56º 0.8% 0.81% -
XYZ 45.37 52.31 9.8 -
YUV 180.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 206 195 41 0 0.05 0.80 0.19 56 0.67 0.48
Hex CE C3 29 0 5 50 13 38 43 30
Octal 316 303 51 0 5 120 23 70 103 60
Binary 11001110 11000011 101001 0 101 1010000 10011 111000 1000011 110000

Color Harmonies of #CEC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC329

Black with #CEC329

Text Example


Text Example

White with #CEC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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