Html Css Color HEX #DBDA3C Starship

📋 copy color: '#DBDA3C'

red 219 ◦ green 218 ◦ blue 60

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

Shades of Starship #DBDA3C

Tints of Starship #DBDA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 60 (23.83% from 255) = 12.07%

R = 44.06%
G = 43.86%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBDA3C (or 0xDBDA3C) is known color: Starship. HEX triplet: DB, DA and 3C. RGB value is (219,218,60). Sum of RGB (Red+Green+Blue) = 219+218+60=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA3C is #2425C3. Grayscale: #C8C8C8. Windows color (decimal): -2368964 or 3988187. OLE color: 3988187.

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

Color convert

RGB 219 218 60 -
CMYK 0 0.00 0.73 0.14
HSL 59.62º 0.69% 0.55% -
HSV(B) 59.62º 0.73% 0.86% -
XYZ 55.1 65.53 14.02 -
YUV 200.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 219 218 60 0 0.00 0.73 0.14 59.62 0.69 0.55
Hex DB DA 3C 0 0 49 E 3C 45 37
Octal 333 332 74 0 0 111 16 74 105 67
Binary 11011011 11011010 111100 0 0 1001001 1110 111100 1000101 110111

Color Harmonies of #DBDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA3C

Black with #DBDA3C

Text Example


Text Example

White with #DBDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA3C; }

 p { color: rgb(219,218,60); }

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

background-color css

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

 a { background-color: rgb(219,218,60); }

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

border-color css

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

 span { border-color: rgb(219,218,60); }

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