Html Css Color HEX #CCB520 Bird Flower

📋 copy color: '#CCB520'

red 204 ◦ green 181 ◦ blue 32

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

Shades of Bird Flower #CCB520

Tints of Bird Flower #CCB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

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

R = 48.92%
G = 43.41%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCB520 (or 0xCCB520) is known color: Bird Flower. HEX triplet: CC, B5 and 20. RGB value is (204,181,32). Sum of RGB (Red+Green+Blue) = 204+181+32=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB520 is #334ADF. Grayscale: #ABABAB. Windows color (decimal): -3361504 or 2143692. OLE color: 2143692.

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

Color convert

RGB 204 181 32 -
CMYK 0 0.11 0.84 0.2
HSL 51.98º 0.73% 0.46% -
HSV(B) 51.98º 0.84% 0.8% -
XYZ 41.69 45.99 8.05 -
YUV 170.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 204 181 32 0 0.11 0.84 0.2 51.98 0.73 0.46
Hex CC B5 20 0 B 54 14 34 49 2E
Octal 314 265 40 0 13 124 24 64 111 56
Binary 11001100 10110101 100000 0 1011 1010100 10100 110100 1001001 101110

Color Harmonies of #CCB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB520

Black with #CCB520

Text Example


Text Example

White with #CCB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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