Html Css Color HEX #DBDE3E Starship

📋 copy color: '#DBDE3E'

red 219 ◦ green 222 ◦ blue 62

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

Shades of Starship #DBDE3E

Tints of Starship #DBDE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.33%

R = 43.54%
G = 44.14%
B = 12.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DBDE3E (or 0xDBDE3E) is known color: Starship. HEX triplet: DB, DE and 3E. RGB value is (219,222,62). Sum of RGB (Red+Green+Blue) = 219+222+62=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE3E is #2421C1. Grayscale: #CBCBCB. Windows color (decimal): -2367938 or 4120283. OLE color: 4120283.

HSL color Cylindrical-coordinate representation of color #DBDE3E: hue angle of 61.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBDE3E is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 62 -
CMYK 0.01 0 0.72 0.13
HSL 61.13º 0.71% 0.56% -
HSV(B) 61.13º 0.72% 0.87% -
XYZ 56.2 67.65 14.65 -
YUV 202.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 219 222 62 0.01 0 0.72 0.13 61.13 0.71 0.56
Hex DB DE 3E 1 0 48 D 3D 47 38
Octal 333 336 76 1 0 110 15 75 107 70
Binary 11011011 11011110 111110 1 0 1001000 1101 111101 1000111 111000

Color Harmonies of #DBDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE3E

Black with #DBDE3E

Text Example


Text Example

White with #DBDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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