Html Css Color HEX #DDB902 Sunflower

📋 copy color: '#DDB902'

red 221 ◦ green 185 ◦ blue 2

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

Shades of Sunflower #DDB902

Tints of Sunflower #DDB902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.17%
G = 45.34%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDB902 (or 0xDDB902) is known color: Sunflower. HEX triplet: DD, B9 and 02. RGB value is (221,185,2). Sum of RGB (Red+Green+Blue) = 221+185+2=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB902 is #2246FD. Grayscale: #AFAFAF. Windows color (decimal): -2246398 or 178653. OLE color: 178653.

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

Color convert

RGB 221 185 2 -
CMYK 0 0.16 0.99 0.13
HSL 50.14º 0.98% 0.44% -
HSV(B) 50.14º 0.99% 0.87% -
XYZ 47.18 50.07 7.24 -
YUV 174.9 30.43 160.88 -
System Red Green Blue C M Y K H S L
Decimal 221 185 2 0 0.16 0.99 0.13 50.14 0.98 0.44
Hex DD B9 2 0 10 63 D 32 62 2C
Octal 335 271 2 0 20 143 15 62 142 54
Binary 11011101 10111001 10 0 10000 1100011 1101 110010 1100010 101100

Color Harmonies of #DDB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB902

Black with #DDB902

Text Example


Text Example

White with #DDB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB902; }

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

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

background-color css

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

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

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

border-color css

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

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

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