Html Css Color HEX #DAE348 Starship

📋 copy color: '#DAE348'

red 218 ◦ green 227 ◦ blue 72

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

Shades of Starship #DAE348

Tints of Starship #DAE348

RGB

 RED value IS 218 (85.55% from 255) = 42.17%

 GREEN value IS 227 (89.06% from 255) = 43.91%

 BLUE value IS 72 (28.52% from 255) = 13.93%

R = 42.17%
G = 43.91%
B = 13.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#DAE348 (or 0xDAE348) is known color: Starship. HEX triplet: DA, E3 and 48. RGB value is (218,227,72). Sum of RGB (Red+Green+Blue) = 218+227+72=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE348 is #251CB7. Grayscale: #CFCFCF. Windows color (decimal): -2432184 or 4776922. OLE color: 4776922.

HSL color Cylindrical-coordinate representation of color #DAE348: hue angle of 63.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE348 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 72 -
CMYK 0.04 0 0.68 0.11
HSL 63.48º 0.73% 0.59% -
HSV(B) 63.48º 0.68% 0.89% -
XYZ 57.55 70.31 16.67 -
YUV 206.64 52.02 136.1 -
System Red Green Blue C M Y K H S L
Decimal 218 227 72 0.04 0 0.68 0.11 63.48 0.73 0.59
Hex DA E3 48 4 0 44 B 3F 49 3B
Octal 332 343 110 4 0 104 13 77 111 73
Binary 11011010 11100011 1001000 100 0 1000100 1011 111111 1001001 111011

Color Harmonies of #DAE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE348

Black with #DAE348

Text Example


Text Example

White with #DAE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE348; }

 p { color: rgb(218,227,72); }

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

background-color css

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

 a { background-color: rgb(218,227,72); }

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

border-color css

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

 span { border-color: rgb(218,227,72); }

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