Html Css Color HEX #DBDC46 Starship

📋 copy color: '#DBDC46'

red 219 ◦ green 220 ◦ blue 70

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

Shades of Starship #DBDC46

Tints of Starship #DBDC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 70 (27.73% from 255) = 13.75%

R = 43.03%
G = 43.22%
B = 13.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBDC46 (or 0xDBDC46) is known color: Starship. HEX triplet: DB, DC and 46. RGB value is (219,220,70). Sum of RGB (Red+Green+Blue) = 219+220+70=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC46 is #2423B9. Grayscale: #CBCBCB. Windows color (decimal): -2368442 or 4644059. OLE color: 4644059.

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

Color convert

RGB 219 220 70 -
CMYK 0.00 0 0.68 0.14
HSL 60.4º 0.68% 0.57% -
HSV(B) 60.4º 0.68% 0.86% -
XYZ 55.91 66.69 15.72 -
YUV 202.6 53.17 139.7 -
System Red Green Blue C M Y K H S L
Decimal 219 220 70 0.00 0 0.68 0.14 60.4 0.68 0.57
Hex DB DC 46 0 0 44 E 3C 44 39
Octal 333 334 106 0 0 104 16 74 104 71
Binary 11011011 11011100 1000110 0 0 1000100 1110 111100 1000100 111001

Color Harmonies of #DBDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC46

Black with #DBDC46

Text Example


Text Example

White with #DBDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC46; }

 p { color: rgb(219,220,70); }

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

background-color css

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

 a { background-color: rgb(219,220,70); }

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

border-color css

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

 span { border-color: rgb(219,220,70); }

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