Html Css Color HEX #DADA42 Starship

📋 copy color: '#DADA42'

red 218 ◦ green 218 ◦ blue 66

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

Shades of Starship #DADA42

Tints of Starship #DADA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.15%

R = 43.43%
G = 43.43%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DADA42 (or 0xDADA42) is known color: Starship. HEX triplet: DA, DA and 42. RGB value is (218,218,66). Sum of RGB (Red+Green+Blue) = 218+218+66=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA42 is #2525BD. Grayscale: #C9C9C9. Windows color (decimal): -2434494 or 4381402. OLE color: 4381402.

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

Color convert

RGB 218 218 66 -
CMYK 0 0 0.70 0.15
HSL 60º 0.67% 0.56% -
HSV(B) 60º 0.7% 0.85% -
XYZ 54.97 65.44 14.89 -
YUV 200.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 218 218 66 0 0 0.70 0.15 60 0.67 0.56
Hex DA DA 42 0 0 46 F 3C 43 38
Octal 332 332 102 0 0 106 17 74 103 70
Binary 11011010 11011010 1000010 0 0 1000110 1111 111100 1000011 111000

Color Harmonies of #DADA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA42

Black with #DADA42

Text Example


Text Example

White with #DADA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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