Html Css Color HEX #DBD73C Starship

📋 copy color: '#DBD73C'

red 219 ◦ green 215 ◦ blue 60

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

Shades of Starship #DBD73C

Tints of Starship #DBD73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

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

R = 44.33%
G = 43.52%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBD73C (or 0xDBD73C) is known color: Starship. HEX triplet: DB, D7 and 3C. RGB value is (219,215,60). Sum of RGB (Red+Green+Blue) = 219+215+60=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD73C is #2428C3. Grayscale: #C7C7C7. Windows color (decimal): -2369732 or 3987419. OLE color: 3987419.

HSL color Cylindrical-coordinate representation of color #DBD73C: hue angle of 58.49º 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 #DBD73C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 215 60 -
CMYK 0 0.02 0.73 0.14
HSL 58.49º 0.69% 0.55% -
HSV(B) 58.49º 0.73% 0.86% -
XYZ 54.33 63.99 13.76 -
YUV 198.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 219 215 60 0 0.02 0.73 0.14 58.49 0.69 0.55
Hex DB D7 3C 0 2 49 E 3A 45 37
Octal 333 327 74 0 2 111 16 72 105 67
Binary 11011011 11010111 111100 0 10 1001001 1110 111010 1000101 110111

Color Harmonies of #DBD73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD73C

Black with #DBD73C

Text Example


Text Example

White with #DBD73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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