Html Css Color HEX #DBDD3B Starship

📋 copy color: '#DBDD3B'

red 219 ◦ green 221 ◦ blue 59

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

Shades of Starship #DBDD3B

Tints of Starship #DBDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.82%

R = 43.89%
G = 44.29%
B = 11.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DBDD3B (or 0xDBDD3B) is known color: Starship. HEX triplet: DB, DD and 3B. RGB value is (219,221,59). Sum of RGB (Red+Green+Blue) = 219+221+59=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD3B is #2422C4. Grayscale: #CACACA. Windows color (decimal): -2368197 or 3923419. OLE color: 3923419.

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

Color convert

RGB 219 221 59 -
CMYK 0.01 0 0.73 0.13
HSL 60.74º 0.7% 0.55% -
HSV(B) 60.74º 0.73% 0.87% -
XYZ 55.86 67.09 14.14 -
YUV 201.93 47.34 140.17 -
System Red Green Blue C M Y K H S L
Decimal 219 221 59 0.01 0 0.73 0.13 60.74 0.7 0.55
Hex DB DD 3B 1 0 49 D 3D 46 37
Octal 333 335 73 1 0 111 15 75 106 67
Binary 11011011 11011101 111011 1 0 1001001 1101 111101 1000110 110111

Color Harmonies of #DBDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD3B

Black with #DBDD3B

Text Example


Text Example

White with #DBDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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