Html Css Color HEX #CEC324 Barberry

📋 copy color: '#CEC324'

red 206 ◦ green 195 ◦ blue 36

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

Shades of Barberry #CEC324

Tints of Barberry #CEC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.24%

R = 47.14%
G = 44.62%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEC324 (or 0xCEC324) is known color: Barberry. HEX triplet: CE, C3 and 24. RGB value is (206,195,36). Sum of RGB (Red+Green+Blue) = 206+195+36=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC324 is #313CDB. Grayscale: #B4B4B4. Windows color (decimal): -3226844 or 2409422. OLE color: 2409422.

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

Color convert

RGB 206 195 36 -
CMYK 0 0.05 0.83 0.19
HSL 56.12º 0.7% 0.47% -
HSV(B) 56.12º 0.83% 0.81% -
XYZ 45.29 52.28 9.37 -
YUV 180.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 206 195 36 0 0.05 0.83 0.19 56.12 0.7 0.47
Hex CE C3 24 0 5 53 13 38 46 2F
Octal 316 303 44 0 5 123 23 70 106 57
Binary 11001110 11000011 100100 0 101 1010011 10011 111000 1000110 101111

Color Harmonies of #CEC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC324

Black with #CEC324

Text Example


Text Example

White with #CEC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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