Html Css Color HEX #CCC924 Barberry

📋 copy color: '#CCC924'

red 204 ◦ green 201 ◦ blue 36

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

Shades of Barberry #CCC924

Tints of Barberry #CCC924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.58%

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

R = 46.26%
G = 45.58%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC924 (or 0xCCC924) is known color: Barberry. HEX triplet: CC, C9 and 24. RGB value is (204,201,36). Sum of RGB (Red+Green+Blue) = 204+201+36=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC924 is #3336DB. Grayscale: #B7B7B7. Windows color (decimal): -3356380 or 2410956. OLE color: 2410956.

HSL color Cylindrical-coordinate representation of color #CCC924: hue angle of 58.93º 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 #CCC924 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 36 -
CMYK 0 0.01 0.82 0.2
HSL 58.93º 0.7% 0.47% -
HSV(B) 58.93º 0.82% 0.8% -
XYZ 46.11 54.74 9.8 -
YUV 183.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 204 201 36 0 0.01 0.82 0.2 58.93 0.7 0.47
Hex CC C9 24 0 1 52 14 3B 46 2F
Octal 314 311 44 0 1 122 24 73 106 57
Binary 11001100 11001001 100100 0 1 1010010 10100 111011 1000110 101111

Color Harmonies of #CCC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC924

Black with #CCC924

Text Example


Text Example

White with #CCC924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC924; }

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

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

background-color css

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

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

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

border-color css

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

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

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