Html Css Color HEX #DDC600 Bird Flower

📋 copy color: '#DDC600'

red 221 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #DDC600

Tints of Bird Flower #DDC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.26%

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

R = 52.74%
G = 47.26%
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

#DDC600 (or 0xDDC600) is known color: Bird Flower. HEX triplet: DD, C6 and 00. RGB value is (221,198,0). Sum of RGB (Red+Green+Blue) = 221+198+0=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC600 is #2239FF. Grayscale: #B7B7B7. Windows color (decimal): -2243072 or 50909. OLE color: 50909.

HSL color Cylindrical-coordinate representation of color #DDC600: hue angle of 53.76º 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 #DDC600 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 0 -
CMYK 0 0.10 1 0.13
HSL 53.76º 1% 0.43% -
HSV(B) 53.76º 1% 0.87% -
XYZ 50.01 55.76 8.13 -
YUV 182.31 25.12 155.6 -
System Red Green Blue C M Y K H S L
Decimal 221 198 0 0 0.10 1 0.13 53.76 1 0.43
Hex DD C6 0 0 A 64 D 36 64 2B
Octal 335 306 0 0 12 144 15 66 144 53
Binary 11011101 11000110 0 0 1010 1100100 1101 110110 1100100 101011

Color Harmonies of #DDC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC600

Black with #DDC600

Text Example


Text Example

White with #DDC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC600; }

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

 H1.HeaderClassName
 {
   color: #DDC600;
 }
 .AnyTagClassName
 {
   color: #DDC600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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