Html Css Color HEX #DDB606 Sunflower

📋 copy color: '#DDB606'

red 221 ◦ green 182 ◦ blue 6

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

Shades of Sunflower #DDB606

Tints of Sunflower #DDB606

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 54.03%
G = 44.5%
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

#DDB606 (or 0xDDB606) is known color: Sunflower. HEX triplet: DD, B6 and 06. RGB value is (221,182,6). Sum of RGB (Red+Green+Blue) = 221+182+6=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB606 is #2249F9. Grayscale: #AEAEAE. Windows color (decimal): -2247162 or 440029. OLE color: 440029.

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

Color convert

RGB 221 182 6 -
CMYK 0 0.18 0.97 0.13
HSL 49.12º 0.95% 0.45% -
HSV(B) 49.12º 0.97% 0.87% -
XYZ 46.58 48.84 7.14 -
YUV 173.6 33.42 161.81 -
System Red Green Blue C M Y K H S L
Decimal 221 182 6 0 0.18 0.97 0.13 49.12 0.95 0.45
Hex DD B6 6 0 12 61 D 31 5F 2D
Octal 335 266 6 0 22 141 15 61 137 55
Binary 11011101 10110110 110 0 10010 1100001 1101 110001 1011111 101101

Color Harmonies of #DDB606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB606

Black with #DDB606

Text Example


Text Example

White with #DDB606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB606; }

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

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

background-color css

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

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

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

border-color css

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

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

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