Html Css Color HEX #DBD844 Starship

📋 copy color: '#DBD844'

red 219 ◦ green 216 ◦ blue 68

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

Shades of Starship #DBD844

Tints of Starship #DBD844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.94%

 BLUE value IS 68 (26.95% from 255) = 13.52%

R = 43.54%
G = 42.94%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBD844 (or 0xDBD844) is known color: Starship. HEX triplet: DB, D8 and 44. RGB value is (219,216,68). Sum of RGB (Red+Green+Blue) = 219+216+68=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD844 is #2427BB. Grayscale: #C8C8C8. Windows color (decimal): -2369468 or 4511963. OLE color: 4511963.

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

Color convert

RGB 219 216 68 -
CMYK 0 0.01 0.69 0.14
HSL 58.81º 0.68% 0.56% -
HSV(B) 58.81º 0.69% 0.86% -
XYZ 54.81 64.59 15.05 -
YUV 200.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 219 216 68 0 0.01 0.69 0.14 58.81 0.68 0.56
Hex DB D8 44 0 1 45 E 3B 44 38
Octal 333 330 104 0 1 105 16 73 104 70
Binary 11011011 11011000 1000100 0 1 1000101 1110 111011 1000100 111000

Color Harmonies of #DBD844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD844

Black with #DBD844

Text Example


Text Example

White with #DBD844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD844; }

 p { color: rgb(219,216,68); }

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

background-color css

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

 a { background-color: rgb(219,216,68); }

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

border-color css

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

 span { border-color: rgb(219,216,68); }

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