Html Css Color HEX #DADC3A Starship

📋 copy color: '#DADC3A'

red 218 ◦ green 220 ◦ blue 58

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

Shades of Starship #DADC3A

Tints of Starship #DADC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.69%

R = 43.95%
G = 44.35%
B = 11.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DADC3A (or 0xDADC3A) is known color: Starship. HEX triplet: DA, DC and 3A. RGB value is (218,220,58). Sum of RGB (Red+Green+Blue) = 218+220+58=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC3A is #2523C5. Grayscale: #C9C9C9. Windows color (decimal): -2433990 or 3857626. OLE color: 3857626.

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

Color convert

RGB 218 220 58 -
CMYK 0.01 0 0.74 0.14
HSL 60.74º 0.7% 0.55% -
HSV(B) 60.74º 0.74% 0.86% -
XYZ 55.27 66.4 13.91 -
YUV 200.93 47.34 140.17 -
System Red Green Blue C M Y K H S L
Decimal 218 220 58 0.01 0 0.74 0.14 60.74 0.7 0.55
Hex DA DC 3A 1 0 4A E 3D 46 37
Octal 332 334 72 1 0 112 16 75 106 67
Binary 11011010 11011100 111010 1 0 1001010 1110 111101 1000110 110111

Color Harmonies of #DADC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC3A

Black with #DADC3A

Text Example


Text Example

White with #DADC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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