Html Css Color HEX #D9DD3F Starship

📋 copy color: '#D9DD3F'

red 217 ◦ green 221 ◦ blue 63

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

Shades of Starship #D9DD3F

Tints of Starship #D9DD3F

RGB

 RED value IS 217 (85.16% from 255) = 43.31%

 GREEN value IS 221 (86.72% from 255) = 44.11%

 BLUE value IS 63 (25% from 255) = 12.57%

R = 43.31%
G = 44.11%
B = 12.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#D9DD3F (or 0xD9DD3F) is known color: Starship. HEX triplet: D9, DD and 3F. RGB value is (217,221,63). Sum of RGB (Red+Green+Blue) = 217+221+63=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DD3F is #2622C0. Grayscale: #CACACA. Windows color (decimal): -2499265 or 4185561. OLE color: 4185561.

HSL color Cylindrical-coordinate representation of color #D9DD3F: hue angle of 61.52º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9DD3F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 63 -
CMYK 0.02 0 0.71 0.13
HSL 61.52º 0.7% 0.56% -
HSV(B) 61.52º 0.71% 0.87% -
XYZ 55.37 66.82 14.68 -
YUV 201.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 217 221 63 0.02 0 0.71 0.13 61.52 0.7 0.56
Hex D9 DD 3F 2 0 47 D 3E 46 38
Octal 331 335 77 2 0 107 15 76 106 70
Binary 11011001 11011101 111111 10 0 1000111 1101 111110 1000110 111000

Color Harmonies of #D9DD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD3F

Black with #D9DD3F

Text Example


Text Example

White with #D9DD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD3F; }

 p { color: rgb(217,221,63); }

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

background-color css

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

 a { background-color: rgb(217,221,63); }

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

border-color css

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

 span { border-color: rgb(217,221,63); }

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