Html Css Color HEX #DDD302 Bird Flower

📋 copy color: '#DDD302'

red 221 ◦ green 211 ◦ blue 2

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

Shades of Bird Flower #DDD302

Tints of Bird Flower #DDD302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

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

R = 50.92%
G = 48.62%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDD302 (or 0xDDD302) is known color: Bird Flower. HEX triplet: DD, D3 and 02. RGB value is (221,211,2). Sum of RGB (Red+Green+Blue) = 221+211+2=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD302 is #222CFD. Grayscale: #BFBFBF. Windows color (decimal): -2239742 or 185309. OLE color: 185309.

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

Color convert

RGB 221 211 2 -
CMYK 0 0.05 0.99 0.13
HSL 57.26º 0.98% 0.44% -
HSV(B) 57.26º 0.99% 0.87% -
XYZ 53.12 61.97 9.22 -
YUV 190.16 21.81 149.99 -
System Red Green Blue C M Y K H S L
Decimal 221 211 2 0 0.05 0.99 0.13 57.26 0.98 0.44
Hex DD D3 2 0 5 63 D 39 62 2C
Octal 335 323 2 0 5 143 15 71 142 54
Binary 11011101 11010011 10 0 101 1100011 1101 111001 1100010 101100

Color Harmonies of #DDD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD302

Black with #DDD302

Text Example


Text Example

White with #DDD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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