Html Css Color HEX #D5DC47 Starship

📋 copy color: '#D5DC47'

red 213 ◦ green 220 ◦ blue 71

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

Shades of Starship #D5DC47

Tints of Starship #D5DC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.65%

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

R = 42.26%
G = 43.65%
B = 14.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#D5DC47 (or 0xD5DC47) is known color: Starship. HEX triplet: D5, DC and 47. RGB value is (213,220,71). Sum of RGB (Red+Green+Blue) = 213+220+71=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC47 is #2A23B8. Grayscale: #C9C9C9. Windows color (decimal): -2761657 or 4709589. OLE color: 4709589.

HSL color Cylindrical-coordinate representation of color #D5DC47: hue angle of 62.82º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5DC47 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 71 -
CMYK 0.03 0 0.68 0.14
HSL 62.82º 0.68% 0.57% -
HSV(B) 62.82º 0.68% 0.86% -
XYZ 54.17 65.79 15.8 -
YUV 200.92 54.68 136.62 -
System Red Green Blue C M Y K H S L
Decimal 213 220 71 0.03 0 0.68 0.14 62.82 0.68 0.57
Hex D5 DC 47 3 0 44 E 3F 44 39
Octal 325 334 107 3 0 104 16 77 104 71
Binary 11010101 11011100 1000111 11 0 1000100 1110 111111 1000100 111001

Color Harmonies of #D5DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC47

Black with #D5DC47

Text Example


Text Example

White with #D5DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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