Html Css Color HEX #D8DB44 Starship

📋 copy color: '#D8DB44'

red 216 ◦ green 219 ◦ blue 68

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

Shades of Starship #D8DB44

Tints of Starship #D8DB44

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 42.94%
G = 43.54%
B = 13.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#D8DB44 (or 0xD8DB44) is known color: Starship. HEX triplet: D8, DB and 44. RGB value is (216,219,68). Sum of RGB (Red+Green+Blue) = 216+219+68=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB44 is #2724BB. Grayscale: #C9C9C9. Windows color (decimal): -2565308 or 4512728. OLE color: 4512728.

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

Color convert

RGB 216 219 68 -
CMYK 0.01 0 0.69 0.14
HSL 61.19º 0.68% 0.56% -
HSV(B) 61.19º 0.69% 0.86% -
XYZ 54.69 65.68 15.26 -
YUV 200.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 216 219 68 0.01 0 0.69 0.14 61.19 0.68 0.56
Hex D8 DB 44 1 0 45 E 3D 44 38
Octal 330 333 104 1 0 105 16 75 104 70
Binary 11011000 11011011 1000100 1 0 1000101 1110 111101 1000100 111000

Color Harmonies of #D8DB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB44

Black with #D8DB44

Text Example


Text Example

White with #D8DB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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