Html Css Color HEX #D8DD44 Starship

📋 copy color: '#D8DD44'

red 216 ◦ green 221 ◦ blue 68

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

Shades of Starship #D8DD44

Tints of Starship #D8DD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.47%

R = 42.77%
G = 43.76%
B = 13.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#D8DD44 (or 0xD8DD44) is known color: Starship. HEX triplet: D8, DD and 44. RGB value is (216,221,68). Sum of RGB (Red+Green+Blue) = 216+221+68=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD44 is #2722BB. Grayscale: #CACACA. Windows color (decimal): -2564796 or 4513240. OLE color: 4513240.

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

Color convert

RGB 216 221 68 -
CMYK 0.02 0 0.69 0.13
HSL 61.96º 0.69% 0.57% -
HSV(B) 61.96º 0.69% 0.87% -
XYZ 55.22 66.73 15.44 -
YUV 202.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 216 221 68 0.02 0 0.69 0.13 61.96 0.69 0.57
Hex D8 DD 44 2 0 45 D 3E 45 39
Octal 330 335 104 2 0 105 15 76 105 71
Binary 11011000 11011101 1000100 10 0 1000101 1101 111110 1000101 111001

Color Harmonies of #D8DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD44

Black with #D8DD44

Text Example


Text Example

White with #D8DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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