Html Css Color HEX #CCB815 Bird Flower

📋 copy color: '#CCB815'

red 204 ◦ green 184 ◦ blue 21

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

Shades of Bird Flower #CCB815

Tints of Bird Flower #CCB815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 49.88%
G = 44.99%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB815 (or 0xCCB815) is known color: Bird Flower. HEX triplet: CC, B8 and 15. RGB value is (204,184,21). Sum of RGB (Red+Green+Blue) = 204+184+21=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB815 is #3347EA. Grayscale: #ACACAC. Windows color (decimal): -3360747 or 1423564. OLE color: 1423564.

HSL color Cylindrical-coordinate representation of color #CCB815: hue angle of 53.44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCB815 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 21 -
CMYK 0 0.10 0.90 0.2
HSL 53.44º 0.81% 0.44% -
HSV(B) 53.44º 0.9% 0.8% -
XYZ 42.18 47.17 7.59 -
YUV 171.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 204 184 21 0 0.10 0.90 0.2 53.44 0.81 0.44
Hex CC B8 15 0 A 5A 14 35 51 2C
Octal 314 270 25 0 12 132 24 65 121 54
Binary 11001100 10111000 10101 0 1010 1011010 10100 110101 1010001 101100

Color Harmonies of #CCB815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB815

Black with #CCB815

Text Example


Text Example

White with #CCB815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB815; }

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

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

background-color css

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

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

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

border-color css

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

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

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