Html Css Color HEX #DAD845 Starship

📋 copy color: '#DAD845'

red 218 ◦ green 216 ◦ blue 69

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

Shades of Starship #DAD845

Tints of Starship #DAD845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.72%

R = 43.34%
G = 42.94%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAD845 (or 0xDAD845) is known color: Starship. HEX triplet: DA, D8 and 45. RGB value is (218,216,69). Sum of RGB (Red+Green+Blue) = 218+216+69=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD845 is #2527BA. Grayscale: #C8C8C8. Windows color (decimal): -2435003 or 4577498. OLE color: 4577498.

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

Color convert

RGB 218 216 69 -
CMYK 0 0.01 0.68 0.15
HSL 59.19º 0.67% 0.56% -
HSV(B) 59.19º 0.68% 0.85% -
XYZ 54.54 64.45 15.19 -
YUV 199.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 218 216 69 0 0.01 0.68 0.15 59.19 0.67 0.56
Hex DA D8 45 0 1 44 F 3B 43 38
Octal 332 330 105 0 1 104 17 73 103 70
Binary 11011010 11011000 1000101 0 1 1000100 1111 111011 1000011 111000

Color Harmonies of #DAD845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD845

Black with #DAD845

Text Example


Text Example

White with #DAD845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD845; }

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

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

background-color css

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

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

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

border-color css

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

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

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