Html Css Color HEX #DBDD40 Starship

📋 copy color: '#DBDD40'

red 219 ◦ green 221 ◦ blue 64

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

Shades of Starship #DBDD40

Tints of Starship #DBDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 43.45%
G = 43.85%
B = 12.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DBDD40 (or 0xDBDD40) is known color: Starship. HEX triplet: DB, DD and 40. RGB value is (219,221,64). Sum of RGB (Red+Green+Blue) = 219+221+64=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD40 is #2422BF. Grayscale: #CBCBCB. Windows color (decimal): -2368192 or 4251099. OLE color: 4251099.

HSL color Cylindrical-coordinate representation of color #DBDD40: hue angle of 60.76º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBDD40 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 64 -
CMYK 0.01 0 0.71 0.13
HSL 60.76º 0.7% 0.56% -
HSV(B) 60.76º 0.71% 0.87% -
XYZ 56 67.14 14.86 -
YUV 202.5 49.84 139.77 -
System Red Green Blue C M Y K H S L
Decimal 219 221 64 0.01 0 0.71 0.13 60.76 0.7 0.56
Hex DB DD 40 1 0 47 D 3D 46 38
Octal 333 335 100 1 0 107 15 75 106 70
Binary 11011011 11011101 1000000 1 0 1000111 1101 111101 1000110 111000

Color Harmonies of #DBDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD40

Black with #DBDD40

Text Example


Text Example

White with #DBDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD40; }

 p { color: rgb(219,221,64); }

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

background-color css

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

 a { background-color: rgb(219,221,64); }

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

border-color css

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

 span { border-color: rgb(219,221,64); }

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