Html Css Color HEX #DAD83C Starship

📋 copy color: '#DAD83C'

red 218 ◦ green 216 ◦ blue 60

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

Shades of Starship #DAD83C

Tints of Starship #DAD83C

RGB

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

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

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

R = 44.13%
G = 43.72%
B = 12.15%

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

#DAD83C (or 0xDAD83C) is known color: Starship. HEX triplet: DA, D8 and 3C. RGB value is (218,216,60). Sum of RGB (Red+Green+Blue) = 218+216+60=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD83C is #2527C3. Grayscale: #C7C7C7. Windows color (decimal): -2435012 or 3987674. OLE color: 3987674.

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

Color convert

RGB 218 216 60 -
CMYK 0 0.01 0.72 0.15
HSL 59.24º 0.68% 0.55% -
HSV(B) 59.24º 0.72% 0.85% -
XYZ 54.28 64.34 13.83 -
YUV 198.81 49.66 141.68 -
System Red Green Blue C M Y K H S L
Decimal 218 216 60 0 0.01 0.72 0.15 59.24 0.68 0.55
Hex DA D8 3C 0 1 48 F 3B 44 37
Octal 332 330 74 0 1 110 17 73 104 67
Binary 11011010 11011000 111100 0 1 1001000 1111 111011 1000100 110111

Color Harmonies of #DAD83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD83C

Black with #DAD83C

Text Example


Text Example

White with #DAD83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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