Html Css Color HEX #DDB603 Sunflower

📋 copy color: '#DDB603'

red 221 ◦ green 182 ◦ blue 3

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

Shades of Sunflower #DDB603

Tints of Sunflower #DDB603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 54.43%
G = 44.83%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDB603 (or 0xDDB603) is known color: Sunflower. HEX triplet: DD, B6 and 03. RGB value is (221,182,3). Sum of RGB (Red+Green+Blue) = 221+182+3=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB603 is #2249FC. Grayscale: #AEAEAE. Windows color (decimal): -2247165 or 243421. OLE color: 243421.

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

Color convert

RGB 221 182 3 -
CMYK 0 0.18 0.99 0.13
HSL 49.27º 0.97% 0.44% -
HSV(B) 49.27º 0.99% 0.87% -
XYZ 46.56 48.83 7.06 -
YUV 173.26 31.92 162.05 -
System Red Green Blue C M Y K H S L
Decimal 221 182 3 0 0.18 0.99 0.13 49.27 0.97 0.44
Hex DD B6 3 0 12 63 D 31 61 2C
Octal 335 266 3 0 22 143 15 61 141 54
Binary 11011101 10110110 11 0 10010 1100011 1101 110001 1100001 101100

Color Harmonies of #DDB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB603

Black with #DDB603

Text Example


Text Example

White with #DDB603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB603; }

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

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

background-color css

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

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

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

border-color css

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

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

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