Html Css Color HEX #CCB911 Bird Flower

📋 copy color: '#CCB911'

red 204 ◦ green 185 ◦ blue 17

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

Shades of Bird Flower #CCB911

Tints of Bird Flower #CCB911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.19%

R = 50.25%
G = 45.57%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCB911 (or 0xCCB911) is known color: Bird Flower. HEX triplet: CC, B9 and 11. RGB value is (204,185,17). Sum of RGB (Red+Green+Blue) = 204+185+17=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 17 (7.03% from 255 or 4.19% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB911 is #3346EE. Grayscale: #ACACAC. Windows color (decimal): -3360495 or 1161676. OLE color: 1161676.

HSL color Cylindrical-coordinate representation of color #CCB911: hue angle of 53.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCB911 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 17 -
CMYK 0 0.09 0.92 0.2
HSL 53.9º 0.85% 0.43% -
HSV(B) 53.9º 0.92% 0.8% -
XYZ 42.35 47.58 7.48 -
YUV 171.53 40.79 151.16 -
System Red Green Blue C M Y K H S L
Decimal 204 185 17 0 0.09 0.92 0.2 53.9 0.85 0.43
Hex CC B9 11 0 9 5C 14 36 55 2B
Octal 314 271 21 0 11 134 24 66 125 53
Binary 11001100 10111001 10001 0 1001 1011100 10100 110110 1010101 101011

Color Harmonies of #CCB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB911

Black with #CCB911

Text Example


Text Example

White with #CCB911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB911; }

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

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

background-color css

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

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

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

border-color css

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

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

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