Html Css Color HEX #DDB610 Sunflower

📋 copy color: '#DDB610'

red 221 ◦ green 182 ◦ blue 16

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

Shades of Sunflower #DDB610

Tints of Sunflower #DDB610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.82%

R = 52.74%
G = 43.44%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDB610 (or 0xDDB610) is known color: Sunflower. HEX triplet: DD, B6 and 10. RGB value is (221,182,16). Sum of RGB (Red+Green+Blue) = 221+182+16=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB610 is #2249EF. Grayscale: #AFAFAF. Windows color (decimal): -2247152 or 1095389. OLE color: 1095389.

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

Color convert

RGB 221 182 16 -
CMYK 0 0.18 0.93 0.13
HSL 48.59º 0.86% 0.46% -
HSV(B) 48.59º 0.93% 0.87% -
XYZ 46.64 48.87 7.46 -
YUV 174.74 38.42 161 -
System Red Green Blue C M Y K H S L
Decimal 221 182 16 0 0.18 0.93 0.13 48.59 0.86 0.46
Hex DD B6 10 0 12 5D D 31 56 2E
Octal 335 266 20 0 22 135 15 61 126 56
Binary 11011101 10110110 10000 0 10010 1011101 1101 110001 1010110 101110

Color Harmonies of #DDB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB610

Black with #DDB610

Text Example


Text Example

White with #DDB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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