Html Css Color HEX #CCB816 Bird Flower

📋 copy color: '#CCB816'

red 204 ◦ green 184 ◦ blue 22

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

Shades of Bird Flower #CCB816

Tints of Bird Flower #CCB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

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

R = 49.76%
G = 44.88%
B = 5.37%

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

#CCB816 (or 0xCCB816) is known color: Bird Flower. HEX triplet: CC, B8 and 16. RGB value is (204,184,22). Sum of RGB (Red+Green+Blue) = 204+184+22=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB816 is #3347E9. Grayscale: #ACACAC. Windows color (decimal): -3360746 or 1489100. OLE color: 1489100.

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

Color convert

RGB 204 184 22 -
CMYK 0 0.10 0.89 0.2
HSL 53.41º 0.81% 0.44% -
HSV(B) 53.41º 0.89% 0.8% -
XYZ 42.19 47.18 7.64 -
YUV 171.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 204 184 22 0 0.10 0.89 0.2 53.41 0.81 0.44
Hex CC B8 16 0 A 59 14 35 51 2C
Octal 314 270 26 0 12 131 24 65 121 54
Binary 11001100 10111000 10110 0 1010 1011001 10100 110101 1010001 101100

Color Harmonies of #CCB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB816

Black with #CCB816

Text Example


Text Example

White with #CCB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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