#CDC311

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

Shades of Bird Flower #CDC311

Tints of Bird Flower #CDC311

Color information

#CDC311 (or 0xCDC311) is unknown color: approx Bird Flower. HEX triplet: CD, C3 and 11. RGB value is (205,195,17). Sum of RGB (Red+Green+Blue) = 205+195+17=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC311 is #323CEE. Grayscale: #B2B2B2. Windows color (decimal): -3292399 or 1164237. OLE color: 1164237.

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

Color convert

RGB20519517-
CMYK00.050.920.20
HSL56.81º84.68%43.53%-
HSV(B)56.81º91.71%80.39%-
XYZ44.7952.058.22-
YUV177.737.31147.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 17 (7.03% from 255) = 4.08%
R=49.16%
G=46.76%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051951700.050.920.2056.8184.6843.53
HexCDC311055C1439552c
Octal3153032105134247112554
Binary11001101110000111000101011011100101001110011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC311; }

 p { color: rgb(205,195,17); }

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

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

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

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

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

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

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