Html Css Color HEX #DDB700 Sunflower

📋 copy color: '#DDB700'

red 221 ◦ green 183 ◦ blue 0

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

Shades of Sunflower #DDB700

Tints of Sunflower #DDB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

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

R = 54.7%
G = 45.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDB700 (or 0xDDB700) is known color: Sunflower. HEX triplet: DD, B7 and 00. RGB value is (221,183,0). Sum of RGB (Red+Green+Blue) = 221+183+0=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB700 is #2248FF. Grayscale: #AEAEAE. Windows color (decimal): -2246912 or 47069. OLE color: 47069.

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

Color convert

RGB 221 183 0 -
CMYK 0 0.17 1 0.13
HSL 49.68º 1% 0.43% -
HSV(B) 49.68º 1% 0.87% -
XYZ 46.75 49.24 7.04 -
YUV 173.5 30.09 161.88 -
System Red Green Blue C M Y K H S L
Decimal 221 183 0 0 0.17 1 0.13 49.68 1 0.43
Hex DD B7 0 0 11 64 D 32 64 2B
Octal 335 267 0 0 21 144 15 62 144 53
Binary 11011101 10110111 0 0 10001 1100100 1101 110010 1100100 101011

Color Harmonies of #DDB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB700

Black with #DDB700

Text Example


Text Example

White with #DDB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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