Html Css Color HEX #DDB906 Sunflower

📋 copy color: '#DDB906'

red 221 ◦ green 185 ◦ blue 6

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

Shades of Sunflower #DDB906

Tints of Sunflower #DDB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

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

R = 53.64%
G = 44.9%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDB906 (or 0xDDB906) is known color: Sunflower. HEX triplet: DD, B9 and 06. RGB value is (221,185,6). Sum of RGB (Red+Green+Blue) = 221+185+6=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB906 is #2246F9. Grayscale: #B0B0B0. Windows color (decimal): -2246394 or 440797. OLE color: 440797.

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

Color convert

RGB 221 185 6 -
CMYK 0 0.16 0.97 0.13
HSL 49.95º 0.95% 0.45% -
HSV(B) 49.95º 0.97% 0.87% -
XYZ 47.2 50.08 7.35 -
YUV 175.36 32.43 160.55 -
System Red Green Blue C M Y K H S L
Decimal 221 185 6 0 0.16 0.97 0.13 49.95 0.95 0.45
Hex DD B9 6 0 10 61 D 32 5F 2D
Octal 335 271 6 0 20 141 15 62 137 55
Binary 11011101 10111001 110 0 10000 1100001 1101 110010 1011111 101101

Color Harmonies of #DDB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB906

Black with #DDB906

Text Example


Text Example

White with #DDB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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