Html Css Color HEX #DDD703 Bird Flower

📋 copy color: '#DDD703'

red 221 ◦ green 215 ◦ blue 3

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

Shades of Bird Flower #DDD703

Tints of Bird Flower #DDD703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 50.34%
G = 48.97%
B = 0.68%

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

#DDD703 (or 0xDDD703) is known color: Bird Flower. HEX triplet: DD, D7 and 03. RGB value is (221,215,3). Sum of RGB (Red+Green+Blue) = 221+215+3=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD703 is #2228FC. Grayscale: #C1C1C1. Windows color (decimal): -2238717 or 251869. OLE color: 251869.

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

Color convert

RGB 221 215 3 -
CMYK 0 0.03 0.99 0.13
HSL 58.35º 0.97% 0.44% -
HSV(B) 58.35º 0.99% 0.87% -
XYZ 54.14 63.98 9.58 -
YUV 192.63 20.99 148.24 -
System Red Green Blue C M Y K H S L
Decimal 221 215 3 0 0.03 0.99 0.13 58.35 0.97 0.44
Hex DD D7 3 0 3 63 D 3A 61 2C
Octal 335 327 3 0 3 143 15 72 141 54
Binary 11011101 11010111 11 0 11 1100011 1101 111010 1100001 101100

Color Harmonies of #DDD703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD703

Black with #DDD703

Text Example


Text Example

White with #DDD703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD703; }

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

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

background-color css

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

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

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

border-color css

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

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

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