Html Css Color HEX #DBD53D Starship

📋 copy color: '#DBD53D'

red 219 ◦ green 213 ◦ blue 61

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

Shades of Starship #DBD53D

Tints of Starship #DBD53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.37%

R = 44.42%
G = 43.2%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBD53D (or 0xDBD53D) is known color: Starship. HEX triplet: DB, D5 and 3D. RGB value is (219,213,61). Sum of RGB (Red+Green+Blue) = 219+213+61=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD53D is #242AC2. Grayscale: #C6C6C6. Windows color (decimal): -2370243 or 4052443. OLE color: 4052443.

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

Color convert

RGB 219 213 61 -
CMYK 0 0.03 0.72 0.14
HSL 57.72º 0.69% 0.55% -
HSV(B) 57.72º 0.72% 0.86% -
XYZ 53.85 62.99 13.73 -
YUV 197.47 50.99 143.36 -
System Red Green Blue C M Y K H S L
Decimal 219 213 61 0 0.03 0.72 0.14 57.72 0.69 0.55
Hex DB D5 3D 0 3 48 E 3A 45 37
Octal 333 325 75 0 3 110 16 72 105 67
Binary 11011011 11010101 111101 0 11 1001000 1110 111010 1000101 110111

Color Harmonies of #DBD53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD53D

Black with #DBD53D

Text Example


Text Example

White with #DBD53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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