Html Css Color HEX #DAE13D Starship

📋 copy color: '#DAE13D'

red 218 ◦ green 225 ◦ blue 61

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

Shades of Starship #DAE13D

Tints of Starship #DAE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

 BLUE value IS 61 (24.22% from 255) = 12.1%

R = 43.25%
G = 44.64%
B = 12.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#DAE13D (or 0xDAE13D) is known color: Starship. HEX triplet: DA, E1 and 3D. RGB value is (218,225,61). Sum of RGB (Red+Green+Blue) = 218+225+61=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE13D is #251EC2. Grayscale: #CCCCCC. Windows color (decimal): -2432707 or 4055514. OLE color: 4055514.

HSL color Cylindrical-coordinate representation of color #DAE13D: hue angle of 62.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE13D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 61 -
CMYK 0.03 0 0.73 0.12
HSL 62.56º 0.73% 0.56% -
HSV(B) 62.56º 0.73% 0.88% -
XYZ 56.68 69.09 14.76 -
YUV 204.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 218 225 61 0.03 0 0.73 0.12 62.56 0.73 0.56
Hex DA E1 3D 3 0 49 C 3F 49 38
Octal 332 341 75 3 0 111 14 77 111 70
Binary 11011010 11100001 111101 11 0 1001001 1100 111111 1001001 111000

Color Harmonies of #DAE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE13D

Black with #DAE13D

Text Example


Text Example

White with #DAE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE13D; }

 p { color: rgb(218,225,61); }

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

background-color css

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

 a { background-color: rgb(218,225,61); }

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

border-color css

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

 span { border-color: rgb(218,225,61); }

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