Html Css Color HEX #DDB402 Sunflower

📋 copy color: '#DDB402'

red 221 ◦ green 180 ◦ blue 2

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

Shades of Sunflower #DDB402

Tints of Sunflower #DDB402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.67%

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

R = 54.84%
G = 44.67%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDB402 (or 0xDDB402) is known color: Sunflower. HEX triplet: DD, B4 and 02. RGB value is (221,180,2). Sum of RGB (Red+Green+Blue) = 221+180+2=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB402 is #224BFD. Grayscale: #ACACAC. Windows color (decimal): -2247678 or 177373. OLE color: 177373.

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

Color convert

RGB 221 180 2 -
CMYK 0 0.19 0.99 0.13
HSL 48.77º 0.98% 0.44% -
HSV(B) 48.77º 0.99% 0.87% -
XYZ 46.15 48.02 6.89 -
YUV 171.97 32.08 162.97 -
System Red Green Blue C M Y K H S L
Decimal 221 180 2 0 0.19 0.99 0.13 48.77 0.98 0.44
Hex DD B4 2 0 13 63 D 31 62 2C
Octal 335 264 2 0 23 143 15 61 142 54
Binary 11011101 10110100 10 0 10011 1100011 1101 110001 1100010 101100

Color Harmonies of #DDB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB402

Black with #DDB402

Text Example


Text Example

White with #DDB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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