Html Css Color HEX #CCB220 Bird Flower

📋 copy color: '#CCB220'

red 204 ◦ green 178 ◦ blue 32

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

Shades of Bird Flower #CCB220

Tints of Bird Flower #CCB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 32 (12.89% from 255) = 7.73%

R = 49.28%
G = 43%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB220 (or 0xCCB220) is known color: Bird Flower. HEX triplet: CC, B2 and 20. RGB value is (204,178,32). Sum of RGB (Red+Green+Blue) = 204+178+32=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB220 is #334DDF. Grayscale: #A9A9A9. Windows color (decimal): -3362272 or 2142924. OLE color: 2142924.

HSL color Cylindrical-coordinate representation of color #CCB220: hue angle of 50.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCB220 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 32 -
CMYK 0 0.13 0.84 0.2
HSL 50.93º 0.73% 0.46% -
HSV(B) 50.93º 0.84% 0.8% -
XYZ 41.08 44.78 7.85 -
YUV 169.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 204 178 32 0 0.13 0.84 0.2 50.93 0.73 0.46
Hex CC B2 20 0 D 54 14 33 49 2E
Octal 314 262 40 0 15 124 24 63 111 56
Binary 11001100 10110010 100000 0 1101 1010100 10100 110011 1001001 101110

Color Harmonies of #CCB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB220

Black with #CCB220

Text Example


Text Example

White with #CCB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB220; }

 p { color: rgb(204,178,32); }

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

background-color css

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

 a { background-color: rgb(204,178,32); }

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

border-color css

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

 span { border-color: rgb(204,178,32); }

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