Html Css Color HEX #DAE13B Starship

📋 copy color: '#DAE13B'

red 218 ◦ green 225 ◦ blue 59

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

Shades of Starship #DAE13B

Tints of Starship #DAE13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.75%

R = 43.43%
G = 44.82%
B = 11.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#DAE13B (or 0xDAE13B) is known color: Starship. HEX triplet: DA, E1 and 3B. RGB value is (218,225,59). Sum of RGB (Red+Green+Blue) = 218+225+59=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE13B is #251EC4. Grayscale: #CCCCCC. Windows color (decimal): -2432709 or 3924442. OLE color: 3924442.

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

Color convert

RGB 218 225 59 -
CMYK 0.03 0 0.74 0.12
HSL 62.53º 0.73% 0.56% -
HSV(B) 62.53º 0.74% 0.88% -
XYZ 56.63 69.07 14.49 -
YUV 203.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 218 225 59 0.03 0 0.74 0.12 62.53 0.73 0.56
Hex DA E1 3B 3 0 4A C 3F 49 38
Octal 332 341 73 3 0 112 14 77 111 70
Binary 11011010 11100001 111011 11 0 1001010 1100 111111 1001001 111000

Color Harmonies of #DAE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE13B

Black with #DAE13B

Text Example


Text Example

White with #DAE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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