Html Css Color HEX #DBDD38 Starship

📋 copy color: '#DBDD38'

red 219 ◦ green 221 ◦ blue 56

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

Shades of Starship #DBDD38

Tints of Starship #DBDD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.29%

R = 44.15%
G = 44.56%
B = 11.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DBDD38 (or 0xDBDD38) is known color: Starship. HEX triplet: DB, DD and 38. RGB value is (219,221,56). Sum of RGB (Red+Green+Blue) = 219+221+56=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD38 is #2422C7. Grayscale: #CACACA. Windows color (decimal): -2368200 or 3726811. OLE color: 3726811.

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

Color convert

RGB 219 221 56 -
CMYK 0.01 0 0.75 0.13
HSL 60.73º 0.71% 0.54% -
HSV(B) 60.73º 0.75% 0.87% -
XYZ 55.78 67.06 13.74 -
YUV 201.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 219 221 56 0.01 0 0.75 0.13 60.73 0.71 0.54
Hex DB DD 38 1 0 4B D 3D 47 36
Octal 333 335 70 1 0 113 15 75 107 66
Binary 11011011 11011101 111000 1 0 1001011 1101 111101 1000111 110110

Color Harmonies of #DBDD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD38

Black with #DBDD38

Text Example


Text Example

White with #DBDD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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