Html Css Color HEX #DAD844 Starship

📋 copy color: '#DAD844'

red 218 ◦ green 216 ◦ blue 68

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

Shades of Starship #DAD844

Tints of Starship #DAD844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.03%

 BLUE value IS 68 (26.95% from 255) = 13.55%

R = 43.43%
G = 43.03%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAD844 (or 0xDAD844) is known color: Starship. HEX triplet: DA, D8 and 44. RGB value is (218,216,68). Sum of RGB (Red+Green+Blue) = 218+216+68=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD844 is #2527BB. Grayscale: #C8C8C8. Windows color (decimal): -2435004 or 4511962. OLE color: 4511962.

HSL color Cylindrical-coordinate representation of color #DAD844: hue angle of 59.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAD844 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 68 -
CMYK 0 0.01 0.69 0.15
HSL 59.2º 0.67% 0.56% -
HSV(B) 59.2º 0.69% 0.85% -
XYZ 54.51 64.43 15.03 -
YUV 199.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 218 216 68 0 0.01 0.69 0.15 59.2 0.67 0.56
Hex DA D8 44 0 1 45 F 3B 43 38
Octal 332 330 104 0 1 105 17 73 103 70
Binary 11011010 11011000 1000100 0 1 1000101 1111 111011 1000011 111000

Color Harmonies of #DAD844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD844

Black with #DAD844

Text Example


Text Example

White with #DAD844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD844; }

 p { color: rgb(218,216,68); }

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

background-color css

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

 a { background-color: rgb(218,216,68); }

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

border-color css

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

 span { border-color: rgb(218,216,68); }

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