#DDC700

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

Shades of Bird Flower #DDC700

Tints of Bird Flower #DDC700

Color information

#DDC700 (or 0xDDC700) is unknown color: approx Bird Flower. HEX triplet: DD, C7 and 00. RGB value is (221,199,0). Sum of RGB (Red+Green+Blue) = 221+199+0=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC700 is #2238FF. Grayscale: #B7B7B7. Windows color (decimal): -2242816 or 51165. OLE color: 51165.

HSL color Cylindrical-coordinate representation of color #DDC700: hue angle of 54.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDC700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2211990-
CMYK00.1010.13
HSL54.03º100%43.33%-
HSV(B)54.03º100%86.67%-
XYZ50.2456.228.2-
YUV182.8924.79155.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.62%
G=47.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221199000.1010.1354.0310043.33
HexDDC700A64D36642b
Octal3353070012144156614453
Binary1101110111000111001010110010011011101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC700; }

 p { color: rgb(221,199,0); }

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

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

 a { background-color: rgb(221,199,0); }

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

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

 span { border-color: rgb(221,199,0); }

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