Html Css Color HEX #CCBB10 Bird Flower

📋 copy color: '#CCBB10'

red 204 ◦ green 187 ◦ blue 16

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

Shades of Bird Flower #CCBB10

Tints of Bird Flower #CCBB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 50.12%
G = 45.95%
B = 3.93%

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

#CCBB10 (or 0xCCBB10) is known color: Bird Flower. HEX triplet: CC, BB and 10. RGB value is (204,187,16). Sum of RGB (Red+Green+Blue) = 204+187+16=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB10 is #3344EF. Grayscale: #ADADAD. Windows color (decimal): -3359984 or 1096652. OLE color: 1096652.

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

Color convert

RGB 204 187 16 -
CMYK 0 0.08 0.92 0.2
HSL 54.57º 0.85% 0.43% -
HSV(B) 54.57º 0.92% 0.8% -
XYZ 42.77 48.42 7.58 -
YUV 172.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 204 187 16 0 0.08 0.92 0.2 54.57 0.85 0.43
Hex CC BB 10 0 8 5C 14 37 55 2B
Octal 314 273 20 0 10 134 24 67 125 53
Binary 11001100 10111011 10000 0 1000 1011100 10100 110111 1010101 101011

Color Harmonies of #CCBB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBB10

Black with #CCBB10

Text Example


Text Example

White with #CCBB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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