Html Css Color HEX #CECA29 Barberry

📋 copy color: '#CECA29'

red 206 ◦ green 202 ◦ blue 41

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

Shades of Barberry #CECA29

Tints of Barberry #CECA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.99%

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

R = 45.88%
G = 44.99%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CECA29 (or 0xCECA29) is known color: Barberry. HEX triplet: CE, CA and 29. RGB value is (206,202,41). Sum of RGB (Red+Green+Blue) = 206+202+41=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA29 is #3135D6. Grayscale: #B9B9B9. Windows color (decimal): -3225047 or 2738894. OLE color: 2738894.

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

Color convert

RGB 206 202 41 -
CMYK 0 0.02 0.80 0.19
HSL 58.55º 0.67% 0.48% -
HSV(B) 58.55º 0.8% 0.81% -
XYZ 46.97 55.52 10.34 -
YUV 184.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 206 202 41 0 0.02 0.80 0.19 58.55 0.67 0.48
Hex CE CA 29 0 2 50 13 3B 43 30
Octal 316 312 51 0 2 120 23 73 103 60
Binary 11001110 11001010 101001 0 10 1010000 10011 111011 1000011 110000

Color Harmonies of #CECA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA29

Black with #CECA29

Text Example


Text Example

White with #CECA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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