Html Css Color HEX #D7DB42 Starship

📋 copy color: '#D7DB42'

red 215 ◦ green 219 ◦ blue 66

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

Shades of Starship #D7DB42

Tints of Starship #D7DB42

RGB

 RED value IS 215 (84.38% from 255) = 43%

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

 BLUE value IS 66 (26.17% from 255) = 13.2%

R = 43%
G = 43.8%
B = 13.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#D7DB42 (or 0xD7DB42) is known color: Starship. HEX triplet: D7, DB and 42. RGB value is (215,219,66). Sum of RGB (Red+Green+Blue) = 215+219+66=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DB42 is #2824BD. Grayscale: #C8C8C8. Windows color (decimal): -2630846 or 4381655. OLE color: 4381655.

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

Color convert

RGB 215 219 66 -
CMYK 0.02 0 0.70 0.14
HSL 61.57º 0.68% 0.56% -
HSV(B) 61.57º 0.7% 0.86% -
XYZ 54.34 65.5 14.93 -
YUV 200.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 215 219 66 0.02 0 0.70 0.14 61.57 0.68 0.56
Hex D7 DB 42 2 0 46 E 3E 44 38
Octal 327 333 102 2 0 106 16 76 104 70
Binary 11010111 11011011 1000010 10 0 1000110 1110 111110 1000100 111000

Color Harmonies of #D7DB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB42

Black with #D7DB42

Text Example


Text Example

White with #D7DB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB42; }

 p { color: rgb(215,219,66); }

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

background-color css

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

 a { background-color: rgb(215,219,66); }

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

border-color css

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

 span { border-color: rgb(215,219,66); }

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