Html Css Color HEX #DBDE47 Starship

📋 copy color: '#DBDE47'

red 219 ◦ green 222 ◦ blue 71

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

Shades of Starship #DBDE47

Tints of Starship #DBDE47

RGB

 RED value IS 219 (85.94% from 255) = 42.77%

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 71 (28.13% from 255) = 13.87%

R = 42.77%
G = 43.36%
B = 13.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DBDE47 (or 0xDBDE47) is known color: Starship. HEX triplet: DB, DE and 47. RGB value is (219,222,71). Sum of RGB (Red+Green+Blue) = 219+222+71=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE47 is #2421B8. Grayscale: #CCCCCC. Windows color (decimal): -2367929 or 4710107. OLE color: 4710107.

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

Color convert

RGB 219 222 71 -
CMYK 0.01 0 0.68 0.13
HSL 61.19º 0.7% 0.57% -
HSV(B) 61.19º 0.68% 0.87% -
XYZ 56.47 67.76 16.06 -
YUV 203.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 219 222 71 0.01 0 0.68 0.13 61.19 0.7 0.57
Hex DB DE 47 1 0 44 D 3D 46 39
Octal 333 336 107 1 0 104 15 75 106 71
Binary 11011011 11011110 1000111 1 0 1000100 1101 111101 1000110 111001

Color Harmonies of #DBDE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE47

Black with #DBDE47

Text Example


Text Example

White with #DBDE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE47; }

 p { color: rgb(219,222,71); }

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

background-color css

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

 a { background-color: rgb(219,222,71); }

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

border-color css

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

 span { border-color: rgb(219,222,71); }

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