Html Css Color HEX #CCC22F Barberry

📋 copy color: '#CCC22F'

red 204 ◦ green 194 ◦ blue 47

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

Shades of Barberry #CCC22F

Tints of Barberry #CCC22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 45.84%
G = 43.6%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC22F (or 0xCCC22F) is known color: Barberry. HEX triplet: CC, C2 and 2F. RGB value is (204,194,47). Sum of RGB (Red+Green+Blue) = 204+194+47=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC22F is #333DD0. Grayscale: #B4B4B4. Windows color (decimal): -3358161 or 3130060. OLE color: 3130060.

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

Color convert

RGB 204 194 47 -
CMYK 0 0.05 0.77 0.2
HSL 56.18º 0.63% 0.49% -
HSV(B) 56.18º 0.77% 0.8% -
XYZ 44.71 51.63 10.3 -
YUV 180.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 204 194 47 0 0.05 0.77 0.2 56.18 0.63 0.49
Hex CC C2 2F 0 5 4D 14 38 3F 31
Octal 314 302 57 0 5 115 24 70 77 61
Binary 11001100 11000010 101111 0 101 1001101 10100 111000 111111 110001

Color Harmonies of #CCC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC22F

Black with #CCC22F

Text Example


Text Example

White with #CCC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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