Html Css Color HEX #DDB30A Sunflower

📋 copy color: '#DDB30A'

red 221 ◦ green 179 ◦ blue 10

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

Shades of Sunflower #DDB30A

Tints of Sunflower #DDB30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.66%

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

R = 53.9%
G = 43.66%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDB30A (or 0xDDB30A) is known color: Sunflower. HEX triplet: DD, B3 and 0A. RGB value is (221,179,10). Sum of RGB (Red+Green+Blue) = 221+179+10=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB30A is #224CF5. Grayscale: #ADADAD. Windows color (decimal): -2247926 or 701405. OLE color: 701405.

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

Color convert

RGB 221 179 10 -
CMYK 0 0.19 0.95 0.13
HSL 48.06º 0.91% 0.45% -
HSV(B) 48.06º 0.95% 0.87% -
XYZ 45.99 47.63 7.06 -
YUV 172.29 36.41 162.74 -
System Red Green Blue C M Y K H S L
Decimal 221 179 10 0 0.19 0.95 0.13 48.06 0.91 0.45
Hex DD B3 A 0 13 5F D 30 5B 2D
Octal 335 263 12 0 23 137 15 60 133 55
Binary 11011101 10110011 1010 0 10011 1011111 1101 110000 1011011 101101

Color Harmonies of #DDB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB30A

Black with #DDB30A

Text Example


Text Example

White with #DDB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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