Html Css Color HEX #DDD102 Bird Flower

📋 copy color: '#DDD102'

red 221 ◦ green 209 ◦ blue 2

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

Shades of Bird Flower #DDD102

Tints of Bird Flower #DDD102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.38%

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

R = 51.16%
G = 48.38%
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

#DDD102 (or 0xDDD102) is known color: Bird Flower. HEX triplet: DD, D1 and 02. RGB value is (221,209,2). Sum of RGB (Red+Green+Blue) = 221+209+2=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD102 is #222EFD. Grayscale: #BDBDBD. Windows color (decimal): -2240254 or 184797. OLE color: 184797.

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

Color convert

RGB 221 209 2 -
CMYK 0 0.05 0.99 0.13
HSL 56.71º 0.98% 0.44% -
HSV(B) 56.71º 0.99% 0.87% -
XYZ 52.63 60.98 9.05 -
YUV 188.99 22.48 150.83 -
System Red Green Blue C M Y K H S L
Decimal 221 209 2 0 0.05 0.99 0.13 56.71 0.98 0.44
Hex DD D1 2 0 5 63 D 39 62 2C
Octal 335 321 2 0 5 143 15 71 142 54
Binary 11011101 11010001 10 0 101 1100011 1101 111001 1100010 101100

Color Harmonies of #DDD102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD102

Black with #DDD102

Text Example


Text Example

White with #DDD102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD102; }

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

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

background-color css

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

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

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

border-color css

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

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

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