Html Css Color HEX #DADC46 Starship

📋 copy color: '#DADC46'

red 218 ◦ green 220 ◦ blue 70

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

Shades of Starship #DADC46

Tints of Starship #DADC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.78%

R = 42.91%
G = 43.31%
B = 13.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DADC46 (or 0xDADC46) is known color: Starship. HEX triplet: DA, DC and 46. RGB value is (218,220,70). Sum of RGB (Red+Green+Blue) = 218+220+70=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC46 is #2523B9. Grayscale: #CACACA. Windows color (decimal): -2433978 or 4644058. OLE color: 4644058.

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

Color convert

RGB 218 220 70 -
CMYK 0.01 0 0.68 0.14
HSL 60.8º 0.68% 0.57% -
HSV(B) 60.8º 0.68% 0.86% -
XYZ 55.61 66.53 15.71 -
YUV 202.3 53.34 139.2 -
System Red Green Blue C M Y K H S L
Decimal 218 220 70 0.01 0 0.68 0.14 60.8 0.68 0.57
Hex DA DC 46 1 0 44 E 3D 44 39
Octal 332 334 106 1 0 104 16 75 104 71
Binary 11011010 11011100 1000110 1 0 1000100 1110 111101 1000100 111001

Color Harmonies of #DADC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC46

Black with #DADC46

Text Example


Text Example

White with #DADC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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