Html Css Color HEX #D8DD46 Starship

📋 copy color: '#D8DD46'

red 216 ◦ green 221 ◦ blue 70

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

Shades of Starship #D8DD46

Tints of Starship #D8DD46

RGB

 RED value IS 216 (84.77% from 255) = 42.6%

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

 BLUE value IS 70 (27.73% from 255) = 13.81%

R = 42.6%
G = 43.59%
B = 13.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#D8DD46 (or 0xD8DD46) is known color: Starship. HEX triplet: D8, DD and 46. RGB value is (216,221,70). Sum of RGB (Red+Green+Blue) = 216+221+70=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD46 is #2722B9. Grayscale: #CACACA. Windows color (decimal): -2564794 or 4644312. OLE color: 4644312.

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

Color convert

RGB 216 221 70 -
CMYK 0.02 0 0.68 0.13
HSL 61.99º 0.69% 0.57% -
HSV(B) 61.99º 0.68% 0.87% -
XYZ 55.28 66.75 15.77 -
YUV 202.29 53.34 137.78 -
System Red Green Blue C M Y K H S L
Decimal 216 221 70 0.02 0 0.68 0.13 61.99 0.69 0.57
Hex D8 DD 46 2 0 44 D 3E 45 39
Octal 330 335 106 2 0 104 15 76 105 71
Binary 11011000 11011101 1000110 10 0 1000100 1101 111110 1000101 111001

Color Harmonies of #D8DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD46

Black with #D8DD46

Text Example


Text Example

White with #D8DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD46; }

 p { color: rgb(216,221,70); }

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

background-color css

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

 a { background-color: rgb(216,221,70); }

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

border-color css

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

 span { border-color: rgb(216,221,70); }

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