Html Css Color HEX #DBDA35 Starship

📋 copy color: '#DBDA35'

red 219 ◦ green 218 ◦ blue 53

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

Shades of Starship #DBDA35

Tints of Starship #DBDA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.82%

R = 44.69%
G = 44.49%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBDA35 (or 0xDBDA35) is known color: Starship. HEX triplet: DB, DA and 35. RGB value is (219,218,53). Sum of RGB (Red+Green+Blue) = 219+218+53=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA35 is #2425CA. Grayscale: #C8C8C8. Windows color (decimal): -2368971 or 3529435. OLE color: 3529435.

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

Color convert

RGB 219 218 53 -
CMYK 0 0.00 0.76 0.14
HSL 59.64º 0.7% 0.53% -
HSV(B) 59.64º 0.76% 0.86% -
XYZ 54.93 65.46 13.11 -
YUV 199.49 45.33 141.92 -
System Red Green Blue C M Y K H S L
Decimal 219 218 53 0 0.00 0.76 0.14 59.64 0.7 0.53
Hex DB DA 35 0 0 4C E 3C 46 35
Octal 333 332 65 0 0 114 16 74 106 65
Binary 11011011 11011010 110101 0 0 1001100 1110 111100 1000110 110101

Color Harmonies of #DBDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA35

Black with #DBDA35

Text Example


Text Example

White with #DBDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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