Html Css Color HEX #DBD332 Starship

📋 copy color: '#DBD332'

red 219 ◦ green 211 ◦ blue 50

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

Shades of Starship #DBD332

Tints of Starship #DBD332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.96%

 BLUE value IS 50 (19.92% from 255) = 10.42%

R = 45.63%
G = 43.96%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBD332 (or 0xDBD332) is known color: Starship. HEX triplet: DB, D3 and 32. RGB value is (219,211,50). Sum of RGB (Red+Green+Blue) = 219+211+50=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD332 is #242CCD. Grayscale: #C3C3C3. Windows color (decimal): -2370766 or 3331035. OLE color: 3331035.

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

Color convert

RGB 219 211 50 -
CMYK 0 0.04 0.77 0.14
HSL 57.16º 0.7% 0.53% -
HSV(B) 57.16º 0.77% 0.86% -
XYZ 53.08 61.88 12.16 -
YUV 195.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 219 211 50 0 0.04 0.77 0.14 57.16 0.7 0.53
Hex DB D3 32 0 4 4D E 39 46 35
Octal 333 323 62 0 4 115 16 71 106 65
Binary 11011011 11010011 110010 0 100 1001101 1110 111001 1000110 110101

Color Harmonies of #DBD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD332

Black with #DBD332

Text Example


Text Example

White with #DBD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD332; }

 p { color: rgb(219,211,50); }

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

background-color css

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

 a { background-color: rgb(219,211,50); }

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

border-color css

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

 span { border-color: rgb(219,211,50); }

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