Html Css Color HEX #CCB016 Bird Flower

📋 copy color: '#CCB016'

red 204 ◦ green 176 ◦ blue 22

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

Shades of Bird Flower #CCB016

Tints of Bird Flower #CCB016

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

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

R = 50.75%
G = 43.78%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB016 (or 0xCCB016) is known color: Bird Flower. HEX triplet: CC, B0 and 16. RGB value is (204,176,22). Sum of RGB (Red+Green+Blue) = 204+176+22=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB016 is #334FE9. Grayscale: #A7A7A7. Windows color (decimal): -3362794 or 1487052. OLE color: 1487052.

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

Color convert

RGB 204 176 22 -
CMYK 0 0.14 0.89 0.2
HSL 50.77º 0.81% 0.44% -
HSV(B) 50.77º 0.89% 0.8% -
XYZ 40.57 43.95 7.1 -
YUV 166.82 46.28 154.52 -
System Red Green Blue C M Y K H S L
Decimal 204 176 22 0 0.14 0.89 0.2 50.77 0.81 0.44
Hex CC B0 16 0 E 59 14 33 51 2C
Octal 314 260 26 0 16 131 24 63 121 54
Binary 11001100 10110000 10110 0 1110 1011001 10100 110011 1010001 101100

Color Harmonies of #CCB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB016

Black with #CCB016

Text Example


Text Example

White with #CCB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB016; }

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

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

background-color css

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

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

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

border-color css

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

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

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