Html Css Color HEX #DDB506 Sunflower

📋 copy color: '#DDB506'

red 221 ◦ green 181 ◦ blue 6

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

Shades of Sunflower #DDB506

Tints of Sunflower #DDB506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 54.17%
G = 44.36%
B = 1.47%

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

#DDB506 (or 0xDDB506) is known color: Sunflower. HEX triplet: DD, B5 and 06. RGB value is (221,181,6). Sum of RGB (Red+Green+Blue) = 221+181+6=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB506 is #224AF9. Grayscale: #ADADAD. Windows color (decimal): -2247418 or 439773. OLE color: 439773.

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

Color convert

RGB 221 181 6 -
CMYK 0 0.18 0.97 0.13
HSL 48.84º 0.95% 0.45% -
HSV(B) 48.84º 0.97% 0.87% -
XYZ 46.38 48.43 7.08 -
YUV 173.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 221 181 6 0 0.18 0.97 0.13 48.84 0.95 0.45
Hex DD B5 6 0 12 61 D 31 5F 2D
Octal 335 265 6 0 22 141 15 61 137 55
Binary 11011101 10110101 110 0 10010 1100001 1101 110001 1011111 101101

Color Harmonies of #DDB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB506

Black with #DDB506

Text Example


Text Example

White with #DDB506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB506; }

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

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

background-color css

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

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

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

border-color css

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

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

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