Html Css Color HEX #CCC424 Barberry

📋 copy color: '#CCC424'

red 204 ◦ green 196 ◦ blue 36

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

Shades of Barberry #CCC424

Tints of Barberry #CCC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 46.79%
G = 44.95%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC424 (or 0xCCC424) is known color: Barberry. HEX triplet: CC, C4 and 24. RGB value is (204,196,36). Sum of RGB (Red+Green+Blue) = 204+196+36=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC424 is #333BDB. Grayscale: #B4B4B4. Windows color (decimal): -3357660 or 2409676. OLE color: 2409676.

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

Color convert

RGB 204 196 36 -
CMYK 0 0.04 0.82 0.2
HSL 57.14º 0.7% 0.47% -
HSV(B) 57.14º 0.82% 0.8% -
XYZ 44.96 52.44 9.42 -
YUV 180.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 204 196 36 0 0.04 0.82 0.2 57.14 0.7 0.47
Hex CC C4 24 0 4 52 14 39 46 2F
Octal 314 304 44 0 4 122 24 71 106 57
Binary 11001100 11000100 100100 0 100 1010010 10100 111001 1000110 101111

Color Harmonies of #CCC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC424

Black with #CCC424

Text Example


Text Example

White with #CCC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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