#cccc11

Color #CCCC11 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CCCC11

Tints of Bird Flower #CCCC11

Color information

#CCCC11 (or 0xCCCC11) is unknown color: approx Bird Flower. HEX triplet: CC, CC and 11. RGB value is (204,204,17). Sum of RGB (Red+Green+Blue) = 204+204+17=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC11 is #3333EE. Grayscale: #B7B7B7. Windows color (decimal): -3355631 or 1166540. OLE color: 1166540.

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

Color convert

RGB20420417-
CMYK000.920.2
HSL60º84.62%43.33%-
HSV(B)60º91.67%80%-
XYZ46.656.068.9-
YUV182.6834.5143.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 204 (80.08% from 255) = 48%
BLUE value IS 17 (7.03% from 255) = 4%
R=48%
G=48%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420417000.920.26084.6243.33
HexCCCC11005C143c552b
Octal3143142100134247412553
Binary110011001100110010001001011100101001111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cccc11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cccc11; }

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

 H1.HeaderClassName
 {
   color: #cccc11;
 }
 .AnyTagClassName
 {
   color: #cccc11;
 }
</style>
background-color css

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

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

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

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

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

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