Html Css Color HEX #CCC322 Barberry

📋 copy color: '#CCC322'

red 204 ◦ green 195 ◦ blue 34

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

Shades of Barberry #CCC322

Tints of Barberry #CCC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

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

R = 47.11%
G = 45.03%
B = 7.85%

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

#CCC322 (or 0xCCC322) is known color: Barberry. HEX triplet: CC, C3 and 22. RGB value is (204,195,34). Sum of RGB (Red+Green+Blue) = 204+195+34=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC322 is #333CDD. Grayscale: #B3B3B3. Windows color (decimal): -3357918 or 2278348. OLE color: 2278348.

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

Color convert

RGB 204 195 34 -
CMYK 0 0.04 0.83 0.2
HSL 56.82º 0.71% 0.47% -
HSV(B) 56.82º 0.83% 0.8% -
XYZ 44.71 51.98 9.19 -
YUV 179.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 204 195 34 0 0.04 0.83 0.2 56.82 0.71 0.47
Hex CC C3 22 0 4 53 14 39 47 2F
Octal 314 303 42 0 4 123 24 71 107 57
Binary 11001100 11000011 100010 0 100 1010011 10100 111001 1000111 101111

Color Harmonies of #CCC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC322

Black with #CCC322

Text Example


Text Example

White with #CCC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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