Html Css Color HEX #DAD93D Starship

📋 copy color: '#DAD93D'

red 218 ◦ green 217 ◦ blue 61

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

Shades of Starship #DAD93D

Tints of Starship #DAD93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

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

R = 43.95%
G = 43.75%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAD93D (or 0xDAD93D) is known color: Starship. HEX triplet: DA, D9 and 3D. RGB value is (218,217,61). Sum of RGB (Red+Green+Blue) = 218+217+61=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD93D is #2526C2. Grayscale: #C8C8C8. Windows color (decimal): -2434755 or 4053466. OLE color: 4053466.

HSL color Cylindrical-coordinate representation of color #DAD93D: hue angle of 59.62º 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 #DAD93D is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 61 -
CMYK 0 0.00 0.72 0.15
HSL 59.62º 0.68% 0.55% -
HSV(B) 59.62º 0.72% 0.85% -
XYZ 54.57 64.87 14.06 -
YUV 199.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 218 217 61 0 0.00 0.72 0.15 59.62 0.68 0.55
Hex DA D9 3D 0 0 48 F 3C 44 37
Octal 332 331 75 0 0 110 17 74 104 67
Binary 11011010 11011001 111101 0 0 1001000 1111 111100 1000100 110111

Color Harmonies of #DAD93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD93D

Black with #DAD93D

Text Example


Text Example

White with #DAD93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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