Html Css Color HEX #DADC39 Starship

📋 copy color: '#DADC39'

red 218 ◦ green 220 ◦ blue 57

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

Shades of Starship #DADC39

Tints of Starship #DADC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.52%

R = 44.04%
G = 44.44%
B = 11.52%

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

#DADC39 (or 0xDADC39) is known color: Starship. HEX triplet: DA, DC and 39. RGB value is (218,220,57). Sum of RGB (Red+Green+Blue) = 218+220+57=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC39 is #2523C6. Grayscale: #C9C9C9. Windows color (decimal): -2433991 or 3792090. OLE color: 3792090.

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

Color convert

RGB 218 220 57 -
CMYK 0.01 0 0.74 0.14
HSL 60.74º 0.7% 0.54% -
HSV(B) 60.74º 0.74% 0.86% -
XYZ 55.25 66.39 13.77 -
YUV 200.82 46.84 140.25 -
System Red Green Blue C M Y K H S L
Decimal 218 220 57 0.01 0 0.74 0.14 60.74 0.7 0.54
Hex DA DC 39 1 0 4A E 3D 46 36
Octal 332 334 71 1 0 112 16 75 106 66
Binary 11011010 11011100 111001 1 0 1001010 1110 111101 1000110 110110

Color Harmonies of #DADC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC39

Black with #DADC39

Text Example


Text Example

White with #DADC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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