Html Css Color HEX #DAD938 Starship

📋 copy color: '#DAD938'

red 218 ◦ green 217 ◦ blue 56

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

Shades of Starship #DAD938

Tints of Starship #DAD938

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 56 (22.27% from 255) = 11.41%

R = 44.4%
G = 44.2%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD938 (or 0xDAD938) is known color: Starship. HEX triplet: DA, D9 and 38. RGB value is (218,217,56). Sum of RGB (Red+Green+Blue) = 218+217+56=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD938 is #2526C7. Grayscale: #C7C7C7. Windows color (decimal): -2434760 or 3725786. OLE color: 3725786.

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

Color convert

RGB 218 217 56 -
CMYK 0 0.00 0.74 0.15
HSL 59.63º 0.69% 0.54% -
HSV(B) 59.63º 0.74% 0.85% -
XYZ 54.44 64.82 13.38 -
YUV 198.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 218 217 56 0 0.00 0.74 0.15 59.63 0.69 0.54
Hex DA D9 38 0 0 4A F 3C 45 36
Octal 332 331 70 0 0 112 17 74 105 66
Binary 11011010 11011001 111000 0 0 1001010 1111 111100 1000101 110110

Color Harmonies of #DAD938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD938

Black with #DAD938

Text Example


Text Example

White with #DAD938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD938; }

 p { color: rgb(218,217,56); }

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

background-color css

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

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

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

border-color css

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

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

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