Html Css Color HEX #DDB602 Sunflower

📋 copy color: '#DDB602'

red 221 ◦ green 182 ◦ blue 2

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

Shades of Sunflower #DDB602

Tints of Sunflower #DDB602

RGB

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

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

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

R = 54.57%
G = 44.94%
B = 0.49%

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

#DDB602 (or 0xDDB602) is known color: Sunflower. HEX triplet: DD, B6 and 02. RGB value is (221,182,2). Sum of RGB (Red+Green+Blue) = 221+182+2=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB602 is #2249FD. Grayscale: #ADADAD. Windows color (decimal): -2247166 or 177885. OLE color: 177885.

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

Color convert

RGB 221 182 2 -
CMYK 0 0.18 0.99 0.13
HSL 49.32º 0.98% 0.44% -
HSV(B) 49.32º 0.99% 0.87% -
XYZ 46.56 48.83 7.03 -
YUV 173.14 31.42 162.14 -
System Red Green Blue C M Y K H S L
Decimal 221 182 2 0 0.18 0.99 0.13 49.32 0.98 0.44
Hex DD B6 2 0 12 63 D 31 62 2C
Octal 335 266 2 0 22 143 15 61 142 54
Binary 11011101 10110110 10 0 10010 1100011 1101 110001 1100010 101100

Color Harmonies of #DDB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB602

Black with #DDB602

Text Example


Text Example

White with #DDB602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB602; }

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

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

background-color css

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

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

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

border-color css

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

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

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