Html Css Color HEX #DBDD42 Starship

📋 copy color: '#DBDD42'

red 219 ◦ green 221 ◦ blue 66

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

Shades of Starship #DBDD42

Tints of Starship #DBDD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.04%

R = 43.28%
G = 43.68%
B = 13.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DBDD42 (or 0xDBDD42) is known color: Starship. HEX triplet: DB, DD and 42. RGB value is (219,221,66). Sum of RGB (Red+Green+Blue) = 219+221+66=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD42 is #2422BD. Grayscale: #CBCBCB. Windows color (decimal): -2368190 or 4382171. OLE color: 4382171.

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

Color convert

RGB 219 221 66 -
CMYK 0.01 0 0.70 0.13
HSL 60.77º 0.7% 0.56% -
HSV(B) 60.77º 0.7% 0.87% -
XYZ 56.05 67.17 15.16 -
YUV 202.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 219 221 66 0.01 0 0.70 0.13 60.77 0.7 0.56
Hex DB DD 42 1 0 46 D 3D 46 38
Octal 333 335 102 1 0 106 15 75 106 70
Binary 11011011 11011101 1000010 1 0 1000110 1101 111101 1000110 111000

Color Harmonies of #DBDD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD42

Black with #DBDD42

Text Example


Text Example

White with #DBDD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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