Html Css Color HEX #DBEA42 Starship

📋 copy color: '#DBEA42'

red 219 ◦ green 234 ◦ blue 66

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

Shades of Starship #DBEA42

Tints of Starship #DBEA42

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

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

R = 42.2%
G = 45.09%
B = 12.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#DBEA42 (or 0xDBEA42) is known color: Starship. HEX triplet: DB, EA and 42. RGB value is (219,234,66). Sum of RGB (Red+Green+Blue) = 219+234+66=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA42 is #2415BD. Grayscale: #D3D3D3. Windows color (decimal): -2364862 or 4385499. OLE color: 4385499.

HSL color Cylindrical-coordinate representation of color #DBEA42: hue angle of 65.36º degrees, saturation: 0.8, 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 #DBEA42 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 66 -
CMYK 0.06 0 0.72 0.08
HSL 65.36º 0.8% 0.59% -
HSV(B) 65.36º 0.72% 0.92% -
XYZ 59.62 74.3 16.35 -
YUV 210.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 219 234 66 0.06 0 0.72 0.08 65.36 0.8 0.59
Hex DB EA 42 6 0 48 8 41 50 3B
Octal 333 352 102 6 0 110 10 101 120 73
Binary 11011011 11101010 1000010 110 0 1001000 1000 1000001 1010000 111011

Color Harmonies of #DBEA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA42

Black with #DBEA42

Text Example


Text Example

White with #DBEA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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