Html Css Color HEX #D5DA47 Starship

📋 copy color: '#D5DA47'

red 213 ◦ green 218 ◦ blue 71

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

Shades of Starship #D5DA47

Tints of Starship #D5DA47

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.43%

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

R = 42.43%
G = 43.43%
B = 14.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D5DA47 (or 0xD5DA47) is known color: Starship. HEX triplet: D5, DA and 47. RGB value is (213,218,71). Sum of RGB (Red+Green+Blue) = 213+218+71=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA47 is #2A25B8. Grayscale: #C8C8C8. Windows color (decimal): -2762169 or 4709077. OLE color: 4709077.

HSL color Cylindrical-coordinate representation of color #D5DA47: hue angle of 62.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5DA47 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 71 -
CMYK 0.02 0 0.67 0.15
HSL 62.04º 0.67% 0.57% -
HSV(B) 62.04º 0.67% 0.85% -
XYZ 53.65 64.74 15.63 -
YUV 199.75 55.34 137.45 -
System Red Green Blue C M Y K H S L
Decimal 213 218 71 0.02 0 0.67 0.15 62.04 0.67 0.57
Hex D5 DA 47 2 0 43 F 3E 43 39
Octal 325 332 107 2 0 103 17 76 103 71
Binary 11010101 11011010 1000111 10 0 1000011 1111 111110 1000011 111001

Color Harmonies of #D5DA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA47

Black with #D5DA47

Text Example


Text Example

White with #D5DA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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