Html Css Color HEX #DBEB42 Starship

📋 copy color: '#DBEB42'

red 219 ◦ green 235 ◦ blue 66

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

Shades of Starship #DBEB42

Tints of Starship #DBEB42

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.19%

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

R = 42.12%
G = 45.19%
B = 12.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#DBEB42 (or 0xDBEB42) is known color: Starship. HEX triplet: DB, EB and 42. RGB value is (219,235,66). Sum of RGB (Red+Green+Blue) = 219+235+66=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB42 is #2414BD. Grayscale: #D3D3D3. Windows color (decimal): -2364606 or 4385755. OLE color: 4385755.

HSL color Cylindrical-coordinate representation of color #DBEB42: hue angle of 65.68º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBEB42 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 66 -
CMYK 0.07 0 0.72 0.08
HSL 65.68º 0.81% 0.59% -
HSV(B) 65.68º 0.72% 0.92% -
XYZ 59.91 74.87 16.45 -
YUV 210.95 46.2 133.74 -
System Red Green Blue C M Y K H S L
Decimal 219 235 66 0.07 0 0.72 0.08 65.68 0.81 0.59
Hex DB EB 42 7 0 48 8 42 51 3B
Octal 333 353 102 7 0 110 10 102 121 73
Binary 11011011 11101011 1000010 111 0 1001000 1000 1000010 1010001 111011

Color Harmonies of #DBEB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB42

Black with #DBEB42

Text Example


Text Example

White with #DBEB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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