Html Css Color HEX #DDB507 Sunflower

📋 copy color: '#DDB507'

red 221 ◦ green 181 ◦ blue 7

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

Shades of Sunflower #DDB507

Tints of Sunflower #DDB507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

 BLUE value IS 7 (3.13% from 255) = 1.71%

R = 54.03%
G = 44.25%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDB507 (or 0xDDB507) is known color: Sunflower. HEX triplet: DD, B5 and 07. RGB value is (221,181,7). Sum of RGB (Red+Green+Blue) = 221+181+7=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB507 is #224AF8. Grayscale: #ADADAD. Windows color (decimal): -2247417 or 505309. OLE color: 505309.

HSL color Cylindrical-coordinate representation of color #DDB507: hue angle of 48.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDB507 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 7 -
CMYK 0 0.18 0.97 0.13
HSL 48.79º 0.94% 0.45% -
HSV(B) 48.79º 0.97% 0.87% -
XYZ 46.38 48.44 7.11 -
YUV 173.12 34.25 162.15 -
System Red Green Blue C M Y K H S L
Decimal 221 181 7 0 0.18 0.97 0.13 48.79 0.94 0.45
Hex DD B5 7 0 12 61 D 31 5E 2D
Octal 335 265 7 0 22 141 15 61 136 55
Binary 11011101 10110101 111 0 10010 1100001 1101 110001 1011110 101101

Color Harmonies of #DDB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB507

Black with #DDB507

Text Example


Text Example

White with #DDB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB507; }

 p { color: rgb(221,181,7); }

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

background-color css

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

 a { background-color: rgb(221,181,7); }

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

border-color css

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

 span { border-color: rgb(221,181,7); }

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