Html Css Color HEX #DBDD3D Starship

📋 copy color: '#DBDD3D'

red 219 ◦ green 221 ◦ blue 61

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

Shades of Starship #DBDD3D

Tints of Starship #DBDD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.18%

R = 43.71%
G = 44.11%
B = 12.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DBDD3D (or 0xDBDD3D) is known color: Starship. HEX triplet: DB, DD and 3D. RGB value is (219,221,61). Sum of RGB (Red+Green+Blue) = 219+221+61=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD3D is #2422C2. Grayscale: #CACACA. Windows color (decimal): -2368195 or 4054491. OLE color: 4054491.

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

Color convert

RGB 219 221 61 -
CMYK 0.01 0 0.72 0.13
HSL 60.75º 0.7% 0.55% -
HSV(B) 60.75º 0.72% 0.87% -
XYZ 55.91 67.11 14.42 -
YUV 202.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 219 221 61 0.01 0 0.72 0.13 60.75 0.7 0.55
Hex DB DD 3D 1 0 48 D 3D 46 37
Octal 333 335 75 1 0 110 15 75 106 67
Binary 11011011 11011101 111101 1 0 1001000 1101 111101 1000110 110111

Color Harmonies of #DBDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD3D

Black with #DBDD3D

Text Example


Text Example

White with #DBDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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