Html Css Color HEX #DAD742 Starship

📋 copy color: '#DAD742'

red 218 ◦ green 215 ◦ blue 66

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

Shades of Starship #DAD742

Tints of Starship #DAD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

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

R = 43.69%
G = 43.09%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAD742 (or 0xDAD742) is known color: Starship. HEX triplet: DA, D7 and 42. RGB value is (218,215,66). Sum of RGB (Red+Green+Blue) = 218+215+66=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD742 is #2528BD. Grayscale: #C7C7C7. Windows color (decimal): -2435262 or 4380634. OLE color: 4380634.

HSL color Cylindrical-coordinate representation of color #DAD742: hue angle of 58.82º 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 #DAD742 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 66 -
CMYK 0 0.01 0.70 0.15
HSL 58.82º 0.67% 0.56% -
HSV(B) 58.82º 0.7% 0.85% -
XYZ 54.2 63.9 14.63 -
YUV 198.91 52.99 141.62 -
System Red Green Blue C M Y K H S L
Decimal 218 215 66 0 0.01 0.70 0.15 58.82 0.67 0.56
Hex DA D7 42 0 1 46 F 3B 43 38
Octal 332 327 102 0 1 106 17 73 103 70
Binary 11011010 11010111 1000010 0 1 1000110 1111 111011 1000011 111000

Color Harmonies of #DAD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD742

Black with #DAD742

Text Example


Text Example

White with #DAD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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