Html Css Color HEX #DBDC35 Starship

📋 copy color: '#DBDC35'

red 219 ◦ green 220 ◦ blue 53

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

Shades of Starship #DBDC35

Tints of Starship #DBDC35

RGB

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

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

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

R = 44.51%
G = 44.72%
B = 10.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBDC35 (or 0xDBDC35) is known color: Starship. HEX triplet: DB, DC and 35. RGB value is (219,220,53). Sum of RGB (Red+Green+Blue) = 219+220+53=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC35 is #2423CA. Grayscale: #C9C9C9. Windows color (decimal): -2368459 or 3529947. OLE color: 3529947.

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

Color convert

RGB 219 220 53 -
CMYK 0.00 0 0.76 0.14
HSL 60.36º 0.7% 0.54% -
HSV(B) 60.36º 0.76% 0.86% -
XYZ 55.45 66.5 13.28 -
YUV 200.66 44.67 141.08 -
System Red Green Blue C M Y K H S L
Decimal 219 220 53 0.00 0 0.76 0.14 60.36 0.7 0.54
Hex DB DC 35 0 0 4C E 3C 46 36
Octal 333 334 65 0 0 114 16 74 106 66
Binary 11011011 11011100 110101 0 0 1001100 1110 111100 1000110 110110

Color Harmonies of #DBDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC35

Black with #DBDC35

Text Example


Text Example

White with #DBDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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