Html Css Color HEX #DDC700 Bird Flower

📋 copy color: '#DDC700'

red 221 ◦ green 199 ◦ blue 0

#DDC700
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DDC700

Tints of Bird Flower #DDC700

RGB

 RED value IS 221 (86.72% from 255) = 52.62%

 GREEN value IS 199 (78.13% from 255) = 47.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.62%
G = 47.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDC700 (or 0xDDC700) is known color: 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

RGB 221 199 0 -
CMYK 0 0.10 1 0.13
HSL 54.03º 1% 0.43% -
HSV(B) 54.03º 1% 0.87% -
XYZ 50.24 56.22 8.2 -
YUV 182.89 24.79 155.18 -
System Red Green Blue C M Y K H S L
Decimal 221 199 0 0 0.10 1 0.13 54.03 1 0.43
Hex DD C7 0 0 A 64 D 36 64 2B
Octal 335 307 0 0 12 144 15 66 144 53
Binary 11011101 11000111 0 0 1010 1100100 1101 110110 1100100 101011

Color Harmonies of #DDC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC700

Black with #DDC700

Text Example


Text Example

White with #DDC700

Text Example


Text Example

HTML Codes & Css Web 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>