Html Css Color HEX #CCB716 Bird Flower

📋 copy color: '#CCB716'

red 204 ◦ green 183 ◦ blue 22

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

Shades of Bird Flower #CCB716

Tints of Bird Flower #CCB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

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

R = 49.88%
G = 44.74%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCB716 (or 0xCCB716) is known color: Bird Flower. HEX triplet: CC, B7 and 16. RGB value is (204,183,22). Sum of RGB (Red+Green+Blue) = 204+183+22=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB716 is #3348E9. Grayscale: #ABABAB. Windows color (decimal): -3361002 or 1488844. OLE color: 1488844.

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

Color convert

RGB 204 183 22 -
CMYK 0 0.10 0.89 0.2
HSL 53.08º 0.81% 0.44% -
HSV(B) 53.08º 0.89% 0.8% -
XYZ 41.98 46.76 7.57 -
YUV 170.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 204 183 22 0 0.10 0.89 0.2 53.08 0.81 0.44
Hex CC B7 16 0 A 59 14 35 51 2C
Octal 314 267 26 0 12 131 24 65 121 54
Binary 11001100 10110111 10110 0 1010 1011001 10100 110101 1010001 101100

Color Harmonies of #CCB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB716

Black with #CCB716

Text Example


Text Example

White with #CCB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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