Html Css Color HEX #DADC3C Starship

📋 copy color: '#DADC3C'

red 218 ◦ green 220 ◦ blue 60

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

Shades of Starship #DADC3C

Tints of Starship #DADC3C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

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

R = 43.78%
G = 44.18%
B = 12.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DADC3C (or 0xDADC3C) is known color: Starship. HEX triplet: DA, DC and 3C. RGB value is (218,220,60). Sum of RGB (Red+Green+Blue) = 218+220+60=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC3C is #2523C3. Grayscale: #C9C9C9. Windows color (decimal): -2433988 or 3988698. OLE color: 3988698.

HSL color Cylindrical-coordinate representation of color #DADC3C: hue angle of 60.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DADC3C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 60 -
CMYK 0.01 0 0.73 0.14
HSL 60.75º 0.7% 0.55% -
HSV(B) 60.75º 0.73% 0.86% -
XYZ 55.32 66.42 14.18 -
YUV 201.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 218 220 60 0.01 0 0.73 0.14 60.75 0.7 0.55
Hex DA DC 3C 1 0 49 E 3D 46 37
Octal 332 334 74 1 0 111 16 75 106 67
Binary 11011010 11011100 111100 1 0 1001001 1110 111101 1000110 110111

Color Harmonies of #DADC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC3C

Black with #DADC3C

Text Example


Text Example

White with #DADC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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