Html Css Color HEX #DDD702 Bird Flower

📋 copy color: '#DDD702'

red 221 ◦ green 215 ◦ blue 2

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

Shades of Bird Flower #DDD702

Tints of Bird Flower #DDD702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

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

R = 50.46%
G = 49.09%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDD702 (or 0xDDD702) is known color: Bird Flower. HEX triplet: DD, D7 and 02. RGB value is (221,215,2). Sum of RGB (Red+Green+Blue) = 221+215+2=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD702 is #2228FD. Grayscale: #C1C1C1. Windows color (decimal): -2238718 or 186333. OLE color: 186333.

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

Color convert

RGB 221 215 2 -
CMYK 0 0.03 0.99 0.13
HSL 58.36º 0.98% 0.44% -
HSV(B) 58.36º 0.99% 0.87% -
XYZ 54.13 63.98 9.55 -
YUV 192.51 20.49 148.32 -
System Red Green Blue C M Y K H S L
Decimal 221 215 2 0 0.03 0.99 0.13 58.36 0.98 0.44
Hex DD D7 2 0 3 63 D 3A 62 2C
Octal 335 327 2 0 3 143 15 72 142 54
Binary 11011101 11010111 10 0 11 1100011 1101 111010 1100010 101100

Color Harmonies of #DDD702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD702

Black with #DDD702

Text Example


Text Example

White with #DDD702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD702; }

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

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

background-color css

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

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

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

border-color css

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

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

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