Html Css Color HEX #DBDE38 Starship

📋 copy color: '#DBDE38'

red 219 ◦ green 222 ◦ blue 56

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

Shades of Starship #DBDE38

Tints of Starship #DBDE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.27%

R = 44.06%
G = 44.67%
B = 11.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DBDE38 (or 0xDBDE38) is known color: Starship. HEX triplet: DB, DE and 38. RGB value is (219,222,56). Sum of RGB (Red+Green+Blue) = 219+222+56=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE38 is #2421C7. Grayscale: #CACACA. Windows color (decimal): -2367944 or 3727067. OLE color: 3727067.

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

Color convert

RGB 219 222 56 -
CMYK 0.01 0 0.75 0.13
HSL 61.08º 0.72% 0.55% -
HSV(B) 61.08º 0.75% 0.87% -
XYZ 56.05 67.59 13.83 -
YUV 202.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 219 222 56 0.01 0 0.75 0.13 61.08 0.72 0.55
Hex DB DE 38 1 0 4B D 3D 48 37
Octal 333 336 70 1 0 113 15 75 110 67
Binary 11011011 11011110 111000 1 0 1001011 1101 111101 1001000 110111

Color Harmonies of #DBDE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE38

Black with #DBDE38

Text Example


Text Example

White with #DBDE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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