Html Css Color HEX #D6D945 Starship

📋 copy color: '#D6D945'

red 214 ◦ green 217 ◦ blue 69

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

Shades of Starship #D6D945

Tints of Starship #D6D945

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 69 (27.34% from 255) = 13.8%

R = 42.8%
G = 43.4%
B = 13.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D6D945 (or 0xD6D945) is known color: Starship. HEX triplet: D6, D9 and 45. RGB value is (214,217,69). Sum of RGB (Red+Green+Blue) = 214+217+69=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D945 is #2926BA. Grayscale: #C7C7C7. Windows color (decimal): -2696891 or 4577750. OLE color: 4577750.

HSL color Cylindrical-coordinate representation of color #D6D945: hue angle of 61.22º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6D945 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 217 69 -
CMYK 0.01 0 0.68 0.15
HSL 61.22º 0.66% 0.56% -
HSV(B) 61.22º 0.68% 0.85% -
XYZ 53.62 64.35 15.23 -
YUV 199.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 214 217 69 0.01 0 0.68 0.15 61.22 0.66 0.56
Hex D6 D9 45 1 0 44 F 3D 42 38
Octal 326 331 105 1 0 104 17 75 102 70
Binary 11010110 11011001 1000101 1 0 1000100 1111 111101 1000010 111000

Color Harmonies of #D6D945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D945

Black with #D6D945

Text Example


Text Example

White with #D6D945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D945; }

 p { color: rgb(214,217,69); }

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

background-color css

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

 a { background-color: rgb(214,217,69); }

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

border-color css

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

 span { border-color: rgb(214,217,69); }

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