Html Css Color HEX #DDB70A Sunflower

📋 copy color: '#DDB70A'

red 221 ◦ green 183 ◦ blue 10

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

Shades of Sunflower #DDB70A

Tints of Sunflower #DDB70A

RGB

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

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

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

R = 53.38%
G = 44.2%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDB70A (or 0xDDB70A) is known color: Sunflower. HEX triplet: DD, B7 and 0A. RGB value is (221,183,10). Sum of RGB (Red+Green+Blue) = 221+183+10=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB70A is #2248F5. Grayscale: #AFAFAF. Windows color (decimal): -2246902 or 702429. OLE color: 702429.

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

Color convert

RGB 221 183 10 -
CMYK 0 0.17 0.95 0.13
HSL 49.19º 0.91% 0.45% -
HSV(B) 49.19º 0.95% 0.87% -
XYZ 46.81 49.26 7.33 -
YUV 174.64 35.09 161.07 -
System Red Green Blue C M Y K H S L
Decimal 221 183 10 0 0.17 0.95 0.13 49.19 0.91 0.45
Hex DD B7 A 0 11 5F D 31 5B 2D
Octal 335 267 12 0 21 137 15 61 133 55
Binary 11011101 10110111 1010 0 10001 1011111 1101 110001 1011011 101101

Color Harmonies of #DDB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB70A

Black with #DDB70A

Text Example


Text Example

White with #DDB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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