Html Css Color HEX #DAD73B Starship

📋 copy color: '#DAD73B'

red 218 ◦ green 215 ◦ blue 59

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

Shades of Starship #DAD73B

Tints of Starship #DAD73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.99%

R = 44.31%
G = 43.7%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAD73B (or 0xDAD73B) is known color: Starship. HEX triplet: DA, D7 and 3B. RGB value is (218,215,59). Sum of RGB (Red+Green+Blue) = 218+215+59=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD73B is #2528C4. Grayscale: #C6C6C6. Windows color (decimal): -2435269 or 3921882. OLE color: 3921882.

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

Color convert

RGB 218 215 59 -
CMYK 0 0.01 0.73 0.15
HSL 58.87º 0.68% 0.54% -
HSV(B) 58.87º 0.73% 0.85% -
XYZ 54 63.82 13.61 -
YUV 198.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 218 215 59 0 0.01 0.73 0.15 58.87 0.68 0.54
Hex DA D7 3B 0 1 49 F 3B 44 36
Octal 332 327 73 0 1 111 17 73 104 66
Binary 11011010 11010111 111011 0 1 1001001 1111 111011 1000100 110110

Color Harmonies of #DAD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD73B

Black with #DAD73B

Text Example


Text Example

White with #DAD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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