#CDC31C

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

Shades of Bird Flower #CDC31C

Tints of Bird Flower #CDC31C

Color information

#CDC31C (or 0xCDC31C) is unknown color: approx Bird Flower. HEX triplet: CD, C3 and 1C. RGB value is (205,195,28). Sum of RGB (Red+Green+Blue) = 205+195+28=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC31C is #323CE3. Grayscale: #B3B3B3. Windows color (decimal): -3292388 or 1885133. OLE color: 1885133.

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

Color convert

RGB20519528-
CMYK00.050.860.20
HSL56.61º75.97%45.69%-
HSV(B)56.61º86.34%80.39%-
XYZ44.952.098.79-
YUV178.9542.81146.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 195 (76.56% from 255) = 45.56%
BLUE value IS 28 (11.33% from 255) = 6.54%
R=47.90%
G=45.56%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051952800.050.860.2056.6175.9745.69
HexCDC31C055614394c2e
Octal3153033405126247111456
Binary11001101110000111110001011010110101001110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC31C; }

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

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

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

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

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

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

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

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