Html Css Color HEX #DDD00D Sunflower

📋 copy color: '#DDD00D'

red 221 ◦ green 208 ◦ blue 13

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

Shades of Sunflower #DDD00D

Tints of Sunflower #DDD00D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.06%

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 50%
G = 47.06%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDD00D (or 0xDDD00D) is known color: Sunflower. HEX triplet: DD, D0 and 0D. RGB value is (221,208,13). Sum of RGB (Red+Green+Blue) = 221+208+13=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD00D is #222FF2. Grayscale: #BEBEBE. Windows color (decimal): -2240499 or 905437. OLE color: 905437.

HSL color Cylindrical-coordinate representation of color #DDD00D: hue angle of 56.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDD00D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 13 -
CMYK 0 0.06 0.94 0.13
HSL 56.25º 0.89% 0.46% -
HSV(B) 56.25º 0.94% 0.87% -
XYZ 52.45 60.51 9.3 -
YUV 189.66 28.31 150.36 -
System Red Green Blue C M Y K H S L
Decimal 221 208 13 0 0.06 0.94 0.13 56.25 0.89 0.46
Hex DD D0 D 0 6 5E D 38 59 2E
Octal 335 320 15 0 6 136 15 70 131 56
Binary 11011101 11010000 1101 0 110 1011110 1101 111000 1011001 101110

Color Harmonies of #DDD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD00D

Black with #DDD00D

Text Example


Text Example

White with #DDD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD00D; }

 p { color: rgb(221,208,13); }

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

background-color css

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

 a { background-color: rgb(221,208,13); }

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

border-color css

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

 span { border-color: rgb(221,208,13); }

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