Html Css Color HEX #DAE648 Starship

📋 copy color: '#DAE648'

red 218 ◦ green 230 ◦ blue 72

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

Shades of Starship #DAE648

Tints of Starship #DAE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

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

R = 41.92%
G = 44.23%
B = 13.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#DAE648 (or 0xDAE648) is known color: Starship. HEX triplet: DA, E6 and 48. RGB value is (218,230,72). Sum of RGB (Red+Green+Blue) = 218+230+72=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE648 is #2519B7. Grayscale: #D1D1D1. Windows color (decimal): -2431416 or 4777690. OLE color: 4777690.

HSL color Cylindrical-coordinate representation of color #DAE648: hue angle of 64.56º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE648 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 72 -
CMYK 0.05 0 0.69 0.10
HSL 64.56º 0.76% 0.59% -
HSV(B) 64.56º 0.69% 0.9% -
XYZ 58.38 71.97 16.94 -
YUV 208.4 51.02 134.85 -
System Red Green Blue C M Y K H S L
Decimal 218 230 72 0.05 0 0.69 0.10 64.56 0.76 0.59
Hex DA E6 48 5 0 45 A 41 4C 3B
Octal 332 346 110 5 0 105 12 101 114 73
Binary 11011010 11100110 1001000 101 0 1000101 1010 1000001 1001100 111011

Color Harmonies of #DAE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE648

Black with #DAE648

Text Example


Text Example

White with #DAE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE648; }

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

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

background-color css

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

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

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

border-color css

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

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

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