Html Css Color HEX #DAD73D Starship

📋 copy color: '#DAD73D'

red 218 ◦ green 215 ◦ blue 61

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

Shades of Starship #DAD73D

Tints of Starship #DAD73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

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

R = 44.13%
G = 43.52%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAD73D (or 0xDAD73D) is known color: Starship. HEX triplet: DA, D7 and 3D. RGB value is (218,215,61). Sum of RGB (Red+Green+Blue) = 218+215+61=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD73D is #2528C2. Grayscale: #C6C6C6. Windows color (decimal): -2435267 or 4052954. OLE color: 4052954.

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

Color convert

RGB 218 215 61 -
CMYK 0 0.01 0.72 0.15
HSL 58.85º 0.68% 0.55% -
HSV(B) 58.85º 0.72% 0.85% -
XYZ 54.06 63.84 13.89 -
YUV 198.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 218 215 61 0 0.01 0.72 0.15 58.85 0.68 0.55
Hex DA D7 3D 0 1 48 F 3B 44 37
Octal 332 327 75 0 1 110 17 73 104 67
Binary 11011010 11010111 111101 0 1 1001000 1111 111011 1000100 110111

Color Harmonies of #DAD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD73D

Black with #DAD73D

Text Example


Text Example

White with #DAD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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