Html Css Color HEX #D5DD47 Starship

📋 copy color: '#D5DD47'

red 213 ◦ green 221 ◦ blue 71

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

Shades of Starship #D5DD47

Tints of Starship #D5DD47

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

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

 BLUE value IS 71 (28.13% from 255) = 14.06%

R = 42.18%
G = 43.76%
B = 14.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#D5DD47 (or 0xD5DD47) is known color: Starship. HEX triplet: D5, DD and 47. RGB value is (213,221,71). Sum of RGB (Red+Green+Blue) = 213+221+71=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD47 is #2A22B8. Grayscale: #CACACA. Windows color (decimal): -2761401 or 4709845. OLE color: 4709845.

HSL color Cylindrical-coordinate representation of color #D5DD47: hue angle of 63.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5DD47 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 71 -
CMYK 0.04 0 0.68 0.13
HSL 63.2º 0.69% 0.57% -
HSV(B) 63.2º 0.68% 0.87% -
XYZ 54.43 66.31 15.89 -
YUV 201.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 213 221 71 0.04 0 0.68 0.13 63.2 0.69 0.57
Hex D5 DD 47 4 0 44 D 3F 45 39
Octal 325 335 107 4 0 104 15 77 105 71
Binary 11010101 11011101 1000111 100 0 1000100 1101 111111 1000101 111001

Color Harmonies of #D5DD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD47

Black with #D5DD47

Text Example


Text Example

White with #D5DD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD47; }

 p { color: rgb(213,221,71); }

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

background-color css

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

 a { background-color: rgb(213,221,71); }

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

border-color css

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

 span { border-color: rgb(213,221,71); }

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