Html Css Color HEX #DAE641 Starship

📋 copy color: '#DAE641'

red 218 ◦ green 230 ◦ blue 65

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

Shades of Starship #DAE641

Tints of Starship #DAE641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.67%

R = 42.5%
G = 44.83%
B = 12.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#DAE641 (or 0xDAE641) is known color: Starship. HEX triplet: DA, E6 and 41. RGB value is (218,230,65). Sum of RGB (Red+Green+Blue) = 218+230+65=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE641 is #2519BE. Grayscale: #D0D0D0. Windows color (decimal): -2431423 or 4318938. OLE color: 4318938.

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

Color convert

RGB 218 230 65 -
CMYK 0.05 0 0.72 0.10
HSL 64.36º 0.77% 0.58% -
HSV(B) 64.36º 0.72% 0.9% -
XYZ 58.16 71.88 15.81 -
YUV 207.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 218 230 65 0.05 0 0.72 0.10 64.36 0.77 0.58
Hex DA E6 41 5 0 48 A 40 4D 3A
Octal 332 346 101 5 0 110 12 100 115 72
Binary 11011010 11100110 1000001 101 0 1001000 1010 1000000 1001101 111010

Color Harmonies of #DAE641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE641

Black with #DAE641

Text Example


Text Example

White with #DAE641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE641; }

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

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

background-color css

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

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

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

border-color css

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

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

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