Html Css Color HEX #CEC524 Barberry

📋 copy color: '#CEC524'

red 206 ◦ green 197 ◦ blue 36

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

Shades of Barberry #CEC524

Tints of Barberry #CEC524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.87%

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

R = 46.92%
G = 44.87%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEC524 (or 0xCEC524) is known color: Barberry. HEX triplet: CE, C5 and 24. RGB value is (206,197,36). Sum of RGB (Red+Green+Blue) = 206+197+36=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC524 is #313ADB. Grayscale: #B5B5B5. Windows color (decimal): -3226332 or 2409934. OLE color: 2409934.

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

Color convert

RGB 206 197 36 -
CMYK 0 0.04 0.83 0.19
HSL 56.82º 0.7% 0.47% -
HSV(B) 56.82º 0.83% 0.81% -
XYZ 45.74 53.18 9.52 -
YUV 181.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 206 197 36 0 0.04 0.83 0.19 56.82 0.7 0.47
Hex CE C5 24 0 4 53 13 39 46 2F
Octal 316 305 44 0 4 123 23 71 106 57
Binary 11001110 11000101 100100 0 100 1010011 10011 111001 1000110 101111

Color Harmonies of #CEC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC524

Black with #CEC524

Text Example


Text Example

White with #CEC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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