Html Css Color HEX #DDD00A Sunflower

📋 copy color: '#DDD00A'

red 221 ◦ green 208 ◦ blue 10

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

Shades of Sunflower #DDD00A

Tints of Sunflower #DDD00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.28%

R = 50.34%
G = 47.38%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDD00A (or 0xDDD00A) is known color: Sunflower. HEX triplet: DD, D0 and 0A. RGB value is (221,208,10). Sum of RGB (Red+Green+Blue) = 221+208+10=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD00A is #222FF5. Grayscale: #BEBEBE. Windows color (decimal): -2240502 or 708829. OLE color: 708829.

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

Color convert

RGB 221 208 10 -
CMYK 0 0.06 0.95 0.13
HSL 56.3º 0.91% 0.45% -
HSV(B) 56.3º 0.95% 0.87% -
XYZ 52.43 60.51 9.2 -
YUV 189.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 221 208 10 0 0.06 0.95 0.13 56.3 0.91 0.45
Hex DD D0 A 0 6 5F D 38 5B 2D
Octal 335 320 12 0 6 137 15 70 133 55
Binary 11011101 11010000 1010 0 110 1011111 1101 111000 1011011 101101

Color Harmonies of #DDD00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD00A

Black with #DDD00A

Text Example


Text Example

White with #DDD00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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