Html Css Color HEX #DDBA0D Sunflower

📋 copy color: '#DDBA0D'

red 221 ◦ green 186 ◦ blue 13

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

Shades of Sunflower #DDBA0D

Tints of Sunflower #DDBA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.29%

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

R = 52.62%
G = 44.29%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDBA0D (or 0xDDBA0D) is known color: Sunflower. HEX triplet: DD, BA and 0D. RGB value is (221,186,13). Sum of RGB (Red+Green+Blue) = 221+186+13=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA0D is #2245F2. Grayscale: #B1B1B1. Windows color (decimal): -2246131 or 899805. OLE color: 899805.

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

Color convert

RGB 221 186 13 -
CMYK 0 0.16 0.94 0.13
HSL 49.9º 0.89% 0.46% -
HSV(B) 49.9º 0.94% 0.87% -
XYZ 47.45 50.52 7.63 -
YUV 176.74 35.6 159.57 -
System Red Green Blue C M Y K H S L
Decimal 221 186 13 0 0.16 0.94 0.13 49.9 0.89 0.46
Hex DD BA D 0 10 5E D 32 59 2E
Octal 335 272 15 0 20 136 15 62 131 56
Binary 11011101 10111010 1101 0 10000 1011110 1101 110010 1011001 101110

Color Harmonies of #DDBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA0D

Black with #DDBA0D

Text Example


Text Example

White with #DDBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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