#CCC712

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

Shades of Bird Flower #CCC712

Tints of Bird Flower #CCC712

Color information

#CCC712 (or 0xCCC712) is unknown color: approx Bird Flower. HEX triplet: CC, C7 and 12. RGB value is (204,199,18). Sum of RGB (Red+Green+Blue) = 204+199+18=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC712 is #3338ED. Grayscale: #B4B4B4. Windows color (decimal): -3356910 or 1230796. OLE color: 1230796.

HSL color Cylindrical-coordinate representation of color #CCC712: hue angle of 58.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCC712 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB20419918-
CMYK00.020.910.2
HSL58.39º83.78%43.53%-
HSV(B)58.39º91.18%80%-
XYZ45.4353.738.55-
YUV179.8636.66145.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 199 (78.12% from 255) = 47.27%
BLUE value IS 18 (7.42% from 255) = 4.28%
R=48.46%
G=47.27%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041991800.020.910.258.3983.7843.53
HexCCC712025B143a542c
Octal3143072202133247212454
Binary1100110011000111100100101011011101001110101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC712; }

 p { color: rgb(204,199,18); }

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

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

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

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

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

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

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