Html Css Color HEX #DBD538 Starship

📋 copy color: '#DBD538'

red 219 ◦ green 213 ◦ blue 56

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

Shades of Starship #DBD538

Tints of Starship #DBD538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

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

R = 44.88%
G = 43.65%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBD538 (or 0xDBD538) is known color: Starship. HEX triplet: DB, D5 and 38. RGB value is (219,213,56). Sum of RGB (Red+Green+Blue) = 219+213+56=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD538 is #242AC7. Grayscale: #C5C5C5. Windows color (decimal): -2370248 or 3724763. OLE color: 3724763.

HSL color Cylindrical-coordinate representation of color #DBD538: hue angle of 57.79º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBD538 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 213 56 -
CMYK 0 0.03 0.74 0.14
HSL 57.79º 0.69% 0.54% -
HSV(B) 57.79º 0.74% 0.86% -
XYZ 53.72 62.93 13.06 -
YUV 196.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 219 213 56 0 0.03 0.74 0.14 57.79 0.69 0.54
Hex DB D5 38 0 3 4A E 3A 45 36
Octal 333 325 70 0 3 112 16 72 105 66
Binary 11011011 11010101 111000 0 11 1001010 1110 111010 1000101 110110

Color Harmonies of #DBD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD538

Black with #DBD538

Text Example


Text Example

White with #DBD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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