Html Css Color HEX #CCB516 Bird Flower

📋 copy color: '#CCB516'

red 204 ◦ green 181 ◦ blue 22

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

Shades of Bird Flower #CCB516

Tints of Bird Flower #CCB516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.41%

R = 50.12%
G = 44.47%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB516 (or 0xCCB516) is known color: Bird Flower. HEX triplet: CC, B5 and 16. RGB value is (204,181,22). Sum of RGB (Red+Green+Blue) = 204+181+22=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB516 is #334AE9. Grayscale: #AAAAAA. Windows color (decimal): -3361514 or 1488332. OLE color: 1488332.

HSL color Cylindrical-coordinate representation of color #CCB516: hue angle of 52.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCB516 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 22 -
CMYK 0 0.11 0.89 0.2
HSL 52.42º 0.81% 0.44% -
HSV(B) 52.42º 0.89% 0.8% -
XYZ 41.57 45.94 7.44 -
YUV 169.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 204 181 22 0 0.11 0.89 0.2 52.42 0.81 0.44
Hex CC B5 16 0 B 59 14 34 51 2C
Octal 314 265 26 0 13 131 24 64 121 54
Binary 11001100 10110101 10110 0 1011 1011001 10100 110100 1010001 101100

Color Harmonies of #CCB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB516

Black with #CCB516

Text Example


Text Example

White with #CCB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB516; }

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

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

background-color css

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

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

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

border-color css

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

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

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