Html Css Color HEX #DAD73C Starship

📋 copy color: '#DAD73C'

red 218 ◦ green 215 ◦ blue 60

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

Shades of Starship #DAD73C

Tints of Starship #DAD73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.17%

R = 44.22%
G = 43.61%
B = 12.17%

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

#DAD73C (or 0xDAD73C) is known color: Starship. HEX triplet: DA, D7 and 3C. RGB value is (218,215,60). Sum of RGB (Red+Green+Blue) = 218+215+60=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD73C is #2528C3. Grayscale: #C6C6C6. Windows color (decimal): -2435268 or 3987418. OLE color: 3987418.

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

Color convert

RGB 218 215 60 -
CMYK 0 0.01 0.72 0.15
HSL 58.86º 0.68% 0.55% -
HSV(B) 58.86º 0.72% 0.85% -
XYZ 54.03 63.83 13.75 -
YUV 198.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 218 215 60 0 0.01 0.72 0.15 58.86 0.68 0.55
Hex DA D7 3C 0 1 48 F 3B 44 37
Octal 332 327 74 0 1 110 17 73 104 67
Binary 11011010 11010111 111100 0 1 1001000 1111 111011 1000100 110111

Color Harmonies of #DAD73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD73C

Black with #DAD73C

Text Example


Text Example

White with #DAD73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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