Html Css Color HEX #DDD402 Bird Flower

📋 copy color: '#DDD402'

red 221 ◦ green 212 ◦ blue 2

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

Shades of Bird Flower #DDD402

Tints of Bird Flower #DDD402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.74%

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

R = 50.8%
G = 48.74%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDD402 (or 0xDDD402) is known color: Bird Flower. HEX triplet: DD, D4 and 02. RGB value is (221,212,2). Sum of RGB (Red+Green+Blue) = 221+212+2=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD402 is #222BFD. Grayscale: #BFBFBF. Windows color (decimal): -2239486 or 185565. OLE color: 185565.

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

Color convert

RGB 221 212 2 -
CMYK 0 0.04 0.99 0.13
HSL 57.53º 0.98% 0.44% -
HSV(B) 57.53º 0.99% 0.87% -
XYZ 53.37 62.46 9.3 -
YUV 190.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 221 212 2 0 0.04 0.99 0.13 57.53 0.98 0.44
Hex DD D4 2 0 4 63 D 3A 62 2C
Octal 335 324 2 0 4 143 15 72 142 54
Binary 11011101 11010100 10 0 100 1100011 1101 111010 1100010 101100

Color Harmonies of #DDD402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD402

Black with #DDD402

Text Example


Text Example

White with #DDD402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD402; }

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

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

background-color css

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

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

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

border-color css

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

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

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