Html Css Color HEX #DBD435 Starship

📋 copy color: '#DBD435'

red 219 ◦ green 212 ◦ blue 53

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

Shades of Starship #DBD435

Tints of Starship #DBD435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

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

R = 45.25%
G = 43.8%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBD435 (or 0xDBD435) is known color: Starship. HEX triplet: DB, D4 and 35. RGB value is (219,212,53). Sum of RGB (Red+Green+Blue) = 219+212+53=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD435 is #242BCA. Grayscale: #C4C4C4. Windows color (decimal): -2370507 or 3527899. OLE color: 3527899.

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

Color convert

RGB 219 212 53 -
CMYK 0 0.03 0.76 0.14
HSL 57.47º 0.7% 0.53% -
HSV(B) 57.47º 0.76% 0.86% -
XYZ 53.4 62.4 12.6 -
YUV 195.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 219 212 53 0 0.03 0.76 0.14 57.47 0.7 0.53
Hex DB D4 35 0 3 4C E 39 46 35
Octal 333 324 65 0 3 114 16 71 106 65
Binary 11011011 11010100 110101 0 11 1001100 1110 111001 1000110 110101

Color Harmonies of #DBD435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD435

Black with #DBD435

Text Example


Text Example

White with #DBD435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD435; }

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

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

background-color css

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

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

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

border-color css

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

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

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