Html Css Color HEX #D6DB46 Starship

📋 copy color: '#D6DB46'

red 214 ◦ green 219 ◦ blue 70

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

Shades of Starship #D6DB46

Tints of Starship #D6DB46

RGB

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

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

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

R = 42.54%
G = 43.54%
B = 13.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#D6DB46 (or 0xD6DB46) is known color: Starship. HEX triplet: D6, DB and 46. RGB value is (214,219,70). Sum of RGB (Red+Green+Blue) = 214+219+70=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB46 is #2924B9. Grayscale: #C9C9C9. Windows color (decimal): -2696378 or 4643798. OLE color: 4643798.

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

Color convert

RGB 214 219 70 -
CMYK 0.02 0 0.68 0.14
HSL 62.01º 0.67% 0.57% -
HSV(B) 62.01º 0.68% 0.86% -
XYZ 54.17 65.4 15.56 -
YUV 200.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 214 219 70 0.02 0 0.68 0.14 62.01 0.67 0.57
Hex D6 DB 46 2 0 44 E 3E 43 39
Octal 326 333 106 2 0 104 16 76 103 71
Binary 11010110 11011011 1000110 10 0 1000100 1110 111110 1000011 111001

Color Harmonies of #D6DB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB46

Black with #D6DB46

Text Example


Text Example

White with #D6DB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB46; }

 p { color: rgb(214,219,70); }

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

background-color css

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

 a { background-color: rgb(214,219,70); }

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

border-color css

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

 span { border-color: rgb(214,219,70); }

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