Html Css Color HEX #CCC524 Barberry

📋 copy color: '#CCC524'

red 204 ◦ green 197 ◦ blue 36

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

Shades of Barberry #CCC524

Tints of Barberry #CCC524

RGB

 RED value IS 204 (80.08% from 255) = 46.68%

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

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

R = 46.68%
G = 45.08%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC524 (or 0xCCC524) is known color: Barberry. HEX triplet: CC, C5 and 24. RGB value is (204,197,36). Sum of RGB (Red+Green+Blue) = 204+197+36=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC524 is #333ADB. Grayscale: #B5B5B5. Windows color (decimal): -3357404 or 2409932. OLE color: 2409932.

HSL color Cylindrical-coordinate representation of color #CCC524: hue angle of 57.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCC524 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 36 -
CMYK 0 0.03 0.82 0.2
HSL 57.5º 0.7% 0.47% -
HSV(B) 57.5º 0.82% 0.8% -
XYZ 45.19 52.9 9.5 -
YUV 180.74 46.32 144.59 -
System Red Green Blue C M Y K H S L
Decimal 204 197 36 0 0.03 0.82 0.2 57.5 0.7 0.47
Hex CC C5 24 0 3 52 14 3A 46 2F
Octal 314 305 44 0 3 122 24 72 106 57
Binary 11001100 11000101 100100 0 11 1010010 10100 111010 1000110 101111

Color Harmonies of #CCC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC524

Black with #CCC524

Text Example


Text Example

White with #CCC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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