Html Css Color HEX #D6DD47 Starship

📋 copy color: '#D6DD47'

red 214 ◦ green 221 ◦ blue 71

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

Shades of Starship #D6DD47

Tints of Starship #D6DD47

RGB

 RED value IS 214 (83.98% from 255) = 42.29%

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

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

R = 42.29%
G = 43.68%
B = 14.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#D6DD47 (or 0xD6DD47) is known color: Starship. HEX triplet: D6, DD and 47. RGB value is (214,221,71). Sum of RGB (Red+Green+Blue) = 214+221+71=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD47 is #2922B8. Grayscale: #CACACA. Windows color (decimal): -2695865 or 4709846. OLE color: 4709846.

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

Color convert

RGB 214 221 71 -
CMYK 0.03 0 0.68 0.13
HSL 62.8º 0.69% 0.57% -
HSV(B) 62.8º 0.68% 0.87% -
XYZ 54.73 66.46 15.91 -
YUV 201.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 214 221 71 0.03 0 0.68 0.13 62.8 0.69 0.57
Hex D6 DD 47 3 0 44 D 3F 45 39
Octal 326 335 107 3 0 104 15 77 105 71
Binary 11010110 11011101 1000111 11 0 1000100 1101 111111 1000101 111001

Color Harmonies of #D6DD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD47

Black with #D6DD47

Text Example


Text Example

White with #D6DD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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