Html Css Color HEX #DDBA17 Sunflower

📋 copy color: '#DDBA17'

red 221 ◦ green 186 ◦ blue 23

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

Shades of Sunflower #DDBA17

Tints of Sunflower #DDBA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.35%

R = 51.4%
G = 43.26%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDBA17 (or 0xDDBA17) is known color: Sunflower. HEX triplet: DD, BA and 17. RGB value is (221,186,23). Sum of RGB (Red+Green+Blue) = 221+186+23=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA17 is #2245E8. Grayscale: #B2B2B2. Windows color (decimal): -2246121 or 1555165. OLE color: 1555165.

HSL color Cylindrical-coordinate representation of color #DDBA17: hue angle of 49.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDBA17 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 23 -
CMYK 0 0.16 0.90 0.13
HSL 49.39º 0.81% 0.48% -
HSV(B) 49.39º 0.9% 0.87% -
XYZ 47.53 50.55 8.06 -
YUV 177.88 40.6 158.75 -
System Red Green Blue C M Y K H S L
Decimal 221 186 23 0 0.16 0.90 0.13 49.39 0.81 0.48
Hex DD BA 17 0 10 5A D 31 51 30
Octal 335 272 27 0 20 132 15 61 121 60
Binary 11011101 10111010 10111 0 10000 1011010 1101 110001 1010001 110000

Color Harmonies of #DDBA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA17

Black with #DDBA17

Text Example


Text Example

White with #DDBA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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