Html Css Color HEX #CCB915 Bird Flower

📋 copy color: '#CCB915'

red 204 ◦ green 185 ◦ blue 21

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

Shades of Bird Flower #CCB915

Tints of Bird Flower #CCB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

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

R = 49.76%
G = 45.12%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCB915 (or 0xCCB915) is known color: Bird Flower. HEX triplet: CC, B9 and 15. RGB value is (204,185,21). Sum of RGB (Red+Green+Blue) = 204+185+21=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB915 is #3346EA. Grayscale: #ACACAC. Windows color (decimal): -3360491 or 1423820. OLE color: 1423820.

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

Color convert

RGB 204 185 21 -
CMYK 0 0.09 0.90 0.2
HSL 53.77º 0.81% 0.44% -
HSV(B) 53.77º 0.9% 0.8% -
XYZ 42.39 47.59 7.66 -
YUV 171.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 204 185 21 0 0.09 0.90 0.2 53.77 0.81 0.44
Hex CC B9 15 0 9 5A 14 36 51 2C
Octal 314 271 25 0 11 132 24 66 121 54
Binary 11001100 10111001 10101 0 1001 1011010 10100 110110 1010001 101100

Color Harmonies of #CCB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB915

Black with #CCB915

Text Example


Text Example

White with #CCB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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