Html Css Color HEX #DDBA0A Sunflower

📋 copy color: '#DDBA0A'

red 221 ◦ green 186 ◦ blue 10

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

Shades of Sunflower #DDBA0A

Tints of Sunflower #DDBA0A

RGB

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

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

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

R = 53%
G = 44.6%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDBA0A (or 0xDDBA0A) is known color: Sunflower. HEX triplet: DD, BA and 0A. RGB value is (221,186,10). Sum of RGB (Red+Green+Blue) = 221+186+10=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA0A is #2245F5. Grayscale: #B1B1B1. Windows color (decimal): -2246134 or 703197. OLE color: 703197.

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

Color convert

RGB 221 186 10 -
CMYK 0 0.16 0.95 0.13
HSL 50.05º 0.91% 0.45% -
HSV(B) 50.05º 0.95% 0.87% -
XYZ 47.43 50.51 7.54 -
YUV 176.4 34.1 159.81 -
System Red Green Blue C M Y K H S L
Decimal 221 186 10 0 0.16 0.95 0.13 50.05 0.91 0.45
Hex DD BA A 0 10 5F D 32 5B 2D
Octal 335 272 12 0 20 137 15 62 133 55
Binary 11011101 10111010 1010 0 10000 1011111 1101 110010 1011011 101101

Color Harmonies of #DDBA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA0A

Black with #DDBA0A

Text Example


Text Example

White with #DDBA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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