Html Css Color HEX #CCC224 Barberry

📋 copy color: '#CCC224'

red 204 ◦ green 194 ◦ blue 36

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

Shades of Barberry #CCC224

Tints of Barberry #CCC224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 47%
G = 44.7%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCC224 (or 0xCCC224) is known color: Barberry. HEX triplet: CC, C2 and 24. RGB value is (204,194,36). Sum of RGB (Red+Green+Blue) = 204+194+36=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC224 is #333DDB. Grayscale: #B3B3B3. Windows color (decimal): -3358172 or 2409164. OLE color: 2409164.

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

Color convert

RGB 204 194 36 -
CMYK 0 0.05 0.82 0.2
HSL 56.43º 0.7% 0.47% -
HSV(B) 56.43º 0.82% 0.8% -
XYZ 44.51 51.55 9.27 -
YUV 178.98 47.31 145.85 -
System Red Green Blue C M Y K H S L
Decimal 204 194 36 0 0.05 0.82 0.2 56.43 0.7 0.47
Hex CC C2 24 0 5 52 14 38 46 2F
Octal 314 302 44 0 5 122 24 70 106 57
Binary 11001100 11000010 100100 0 101 1010010 10100 111000 1000110 101111

Color Harmonies of #CCC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC224

Black with #CCC224

Text Example


Text Example

White with #CCC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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