Html Css Color HEX #CCC22C Barberry

📋 copy color: '#CCC22C'

red 204 ◦ green 194 ◦ blue 44

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

Shades of Barberry #CCC22C

Tints of Barberry #CCC22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.95%

R = 46.15%
G = 43.89%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC22C (or 0xCCC22C) is known color: Barberry. HEX triplet: CC, C2 and 2C. RGB value is (204,194,44). Sum of RGB (Red+Green+Blue) = 204+194+44=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC22C is #333DD3. Grayscale: #B4B4B4. Windows color (decimal): -3358164 or 2933452. OLE color: 2933452.

HSL color Cylindrical-coordinate representation of color #CCC22C: hue angle of 56.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC22C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 44 -
CMYK 0 0.05 0.78 0.2
HSL 56.25º 0.65% 0.49% -
HSV(B) 56.25º 0.78% 0.8% -
XYZ 44.65 51.6 9.99 -
YUV 179.89 51.31 145.2 -
System Red Green Blue C M Y K H S L
Decimal 204 194 44 0 0.05 0.78 0.2 56.25 0.65 0.49
Hex CC C2 2C 0 5 4E 14 38 41 31
Octal 314 302 54 0 5 116 24 70 101 61
Binary 11001100 11000010 101100 0 101 1001110 10100 111000 1000001 110001

Color Harmonies of #CCC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC22C

Black with #CCC22C

Text Example


Text Example

White with #CCC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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