Html Css Color HEX #CCB616 Bird Flower

📋 copy color: '#CCB616'

red 204 ◦ green 182 ◦ blue 22

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

Shades of Bird Flower #CCB616

Tints of Bird Flower #CCB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 50%
G = 44.61%
B = 5.39%

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

#CCB616 (or 0xCCB616) is known color: Bird Flower. HEX triplet: CC, B6 and 16. RGB value is (204,182,22). Sum of RGB (Red+Green+Blue) = 204+182+22=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB616 is #3349E9. Grayscale: #AAAAAA. Windows color (decimal): -3361258 or 1488588. OLE color: 1488588.

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

Color convert

RGB 204 182 22 -
CMYK 0 0.11 0.89 0.2
HSL 52.75º 0.81% 0.44% -
HSV(B) 52.75º 0.89% 0.8% -
XYZ 41.77 46.35 7.5 -
YUV 170.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 204 182 22 0 0.11 0.89 0.2 52.75 0.81 0.44
Hex CC B6 16 0 B 59 14 35 51 2C
Octal 314 266 26 0 13 131 24 65 121 54
Binary 11001100 10110110 10110 0 1011 1011001 10100 110101 1010001 101100

Color Harmonies of #CCB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB616

Black with #CCB616

Text Example


Text Example

White with #CCB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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