Html Css Color HEX #DBEA47 Starship

📋 copy color: '#DBEA47'

red 219 ◦ green 234 ◦ blue 71

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

Shades of Starship #DBEA47

Tints of Starship #DBEA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.55%

R = 41.79%
G = 44.66%
B = 13.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#DBEA47 (or 0xDBEA47) is known color: Starship. HEX triplet: DB, EA and 47. RGB value is (219,234,71). Sum of RGB (Red+Green+Blue) = 219+234+71=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA47 is #2415B8. Grayscale: #D3D3D3. Windows color (decimal): -2364857 or 4713179. OLE color: 4713179.

HSL color Cylindrical-coordinate representation of color #DBEA47: hue angle of 65.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBEA47 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 71 -
CMYK 0.06 0 0.70 0.08
HSL 65.52º 0.8% 0.6% -
HSV(B) 65.52º 0.7% 0.92% -
XYZ 59.77 74.36 17.16 -
YUV 210.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 219 234 71 0.06 0 0.70 0.08 65.52 0.8 0.6
Hex DB EA 47 6 0 46 8 42 50 3C
Octal 333 352 107 6 0 106 10 102 120 74
Binary 11011011 11101010 1000111 110 0 1000110 1000 1000010 1010000 111100

Color Harmonies of #DBEA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA47

Black with #DBEA47

Text Example


Text Example

White with #DBEA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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