Html Css Color HEX #DADA37 Starship

📋 copy color: '#DADA37'

red 218 ◦ green 218 ◦ blue 55

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

Shades of Starship #DADA37

Tints of Starship #DADA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

 BLUE value IS 55 (21.88% from 255) = 11.2%

R = 44.4%
G = 44.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DADA37 (or 0xDADA37) is known color: Starship. HEX triplet: DA, DA and 37. RGB value is (218,218,55). Sum of RGB (Red+Green+Blue) = 218+218+55=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 55 (21.88% from 255 or 11.20% from 491); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA37 is #2525C8. Grayscale: #C8C8C8. Windows color (decimal): -2434505 or 3660506. OLE color: 3660506.

HSL color Cylindrical-coordinate representation of color #DADA37: hue angle of 60º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DADA37 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 55 -
CMYK 0 0 0.75 0.15
HSL 60º 0.69% 0.54% -
HSV(B) 60º 0.75% 0.85% -
XYZ 54.67 65.32 13.34 -
YUV 199.42 46.5 141.25 -
System Red Green Blue C M Y K H S L
Decimal 218 218 55 0 0 0.75 0.15 60 0.69 0.54
Hex DA DA 37 0 0 4B F 3C 45 36
Octal 332 332 67 0 0 113 17 74 105 66
Binary 11011010 11011010 110111 0 0 1001011 1111 111100 1000101 110110

Color Harmonies of #DADA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA37

Black with #DADA37

Text Example


Text Example

White with #DADA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA37; }

 p { color: rgb(218,218,55); }

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

background-color css

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

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

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

border-color css

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

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

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