Html Css Color HEX #CCB216 Bird Flower

📋 copy color: '#CCB216'

red 204 ◦ green 178 ◦ blue 22

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

Shades of Bird Flower #CCB216

Tints of Bird Flower #CCB216

RGB

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

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

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

R = 50.5%
G = 44.06%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB216 (or 0xCCB216) is known color: Bird Flower. HEX triplet: CC, B2 and 16. RGB value is (204,178,22). Sum of RGB (Red+Green+Blue) = 204+178+22=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB216 is #334DE9. Grayscale: #A8A8A8. Windows color (decimal): -3362282 or 1487564. OLE color: 1487564.

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

Color convert

RGB 204 178 22 -
CMYK 0 0.13 0.89 0.2
HSL 51.43º 0.81% 0.44% -
HSV(B) 51.43º 0.89% 0.8% -
XYZ 40.97 44.74 7.23 -
YUV 167.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 204 178 22 0 0.13 0.89 0.2 51.43 0.81 0.44
Hex CC B2 16 0 D 59 14 33 51 2C
Octal 314 262 26 0 15 131 24 63 121 54
Binary 11001100 10110010 10110 0 1101 1011001 10100 110011 1010001 101100

Color Harmonies of #CCB216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB216

Black with #CCB216

Text Example


Text Example

White with #CCB216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB216; }

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

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

background-color css

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

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

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

border-color css

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

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

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