Html Css Color HEX #CCBB11 Bird Flower

📋 copy color: '#CCBB11'

red 204 ◦ green 187 ◦ blue 17

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

Shades of Bird Flower #CCBB11

Tints of Bird Flower #CCBB11

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.83%

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

R = 50%
G = 45.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCBB11 (or 0xCCBB11) is known color: Bird Flower. HEX triplet: CC, BB and 11. RGB value is (204,187,17). Sum of RGB (Red+Green+Blue) = 204+187+17=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB11 is #3344EE. Grayscale: #ADADAD. Windows color (decimal): -3359983 or 1162188. OLE color: 1162188.

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

Color convert

RGB 204 187 17 -
CMYK 0 0.08 0.92 0.2
HSL 54.55º 0.85% 0.43% -
HSV(B) 54.55º 0.92% 0.8% -
XYZ 42.77 48.42 7.62 -
YUV 172.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 204 187 17 0 0.08 0.92 0.2 54.55 0.85 0.43
Hex CC BB 11 0 8 5C 14 37 55 2B
Octal 314 273 21 0 10 134 24 67 125 53
Binary 11001100 10111011 10001 0 1000 1011100 10100 110111 1010101 101011

Color Harmonies of #CCBB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB11

Black with #CCBB11

Text Example


Text Example

White with #CCBB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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