Html Css Color HEX #DDB80A Sunflower

📋 copy color: '#DDB80A'

red 221 ◦ green 184 ◦ blue 10

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

Shades of Sunflower #DDB80A

Tints of Sunflower #DDB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.34%

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

R = 53.25%
G = 44.34%
B = 2.41%

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

#DDB80A (or 0xDDB80A) is known color: Sunflower. HEX triplet: DD, B8 and 0A. RGB value is (221,184,10). Sum of RGB (Red+Green+Blue) = 221+184+10=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB80A is #2247F5. Grayscale: #AFAFAF. Windows color (decimal): -2246646 or 702685. OLE color: 702685.

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

Color convert

RGB 221 184 10 -
CMYK 0 0.17 0.95 0.13
HSL 49.48º 0.91% 0.45% -
HSV(B) 49.48º 0.95% 0.87% -
XYZ 47.01 49.68 7.4 -
YUV 175.23 34.76 160.65 -
System Red Green Blue C M Y K H S L
Decimal 221 184 10 0 0.17 0.95 0.13 49.48 0.91 0.45
Hex DD B8 A 0 11 5F D 31 5B 2D
Octal 335 270 12 0 21 137 15 61 133 55
Binary 11011101 10111000 1010 0 10001 1011111 1101 110001 1011011 101101

Color Harmonies of #DDB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB80A

Black with #DDB80A

Text Example


Text Example

White with #DDB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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