Html Css Color HEX #CEC325 Barberry

📋 copy color: '#CEC325'

red 206 ◦ green 195 ◦ blue 37

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

Shades of Barberry #CEC325

Tints of Barberry #CEC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.45%

R = 47.03%
G = 44.52%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEC325 (or 0xCEC325) is known color: Barberry. HEX triplet: CE, C3 and 25. RGB value is (206,195,37). Sum of RGB (Red+Green+Blue) = 206+195+37=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC325 is #313CDA. Grayscale: #B4B4B4. Windows color (decimal): -3226843 or 2474958. OLE color: 2474958.

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

Color convert

RGB 206 195 37 -
CMYK 0 0.05 0.82 0.19
HSL 56.09º 0.7% 0.48% -
HSV(B) 56.09º 0.82% 0.81% -
XYZ 45.3 52.29 9.45 -
YUV 180.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 206 195 37 0 0.05 0.82 0.19 56.09 0.7 0.48
Hex CE C3 25 0 5 52 13 38 46 30
Octal 316 303 45 0 5 122 23 70 106 60
Binary 11001110 11000011 100101 0 101 1010010 10011 111000 1000110 110000

Color Harmonies of #CEC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC325

Black with #CEC325

Text Example


Text Example

White with #CEC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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