Html Css Color HEX #CCC422 Barberry

📋 copy color: '#CCC422'

red 204 ◦ green 196 ◦ blue 34

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

Shades of Barberry #CCC422

Tints of Barberry #CCC422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 47%
G = 45.16%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCC422 (or 0xCCC422) is known color: Barberry. HEX triplet: CC, C4 and 22. RGB value is (204,196,34). Sum of RGB (Red+Green+Blue) = 204+196+34=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC422 is #333BDD. Grayscale: #B4B4B4. Windows color (decimal): -3357662 or 2278604. OLE color: 2278604.

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

Color convert

RGB 204 196 34 -
CMYK 0 0.04 0.83 0.2
HSL 57.18º 0.71% 0.47% -
HSV(B) 57.18º 0.83% 0.8% -
XYZ 44.93 52.43 9.27 -
YUV 179.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 204 196 34 0 0.04 0.83 0.2 57.18 0.71 0.47
Hex CC C4 22 0 4 53 14 39 47 2F
Octal 314 304 42 0 4 123 24 71 107 57
Binary 11001100 11000100 100010 0 100 1010011 10100 111001 1000111 101111

Color Harmonies of #CCC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC422

Black with #CCC422

Text Example


Text Example

White with #CCC422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC422; }

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

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

background-color css

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

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

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

border-color css

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

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

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