Html Css Color HEX #DAD53B Starship

📋 copy color: '#DAD53B'

red 218 ◦ green 213 ◦ blue 59

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

Shades of Starship #DAD53B

Tints of Starship #DAD53B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 44.49%
G = 43.47%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAD53B (or 0xDAD53B) is known color: Starship. HEX triplet: DA, D5 and 3B. RGB value is (218,213,59). Sum of RGB (Red+Green+Blue) = 218+213+59=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD53B is #252AC4. Grayscale: #C5C5C5. Windows color (decimal): -2435781 or 3921370. OLE color: 3921370.

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

Color convert

RGB 218 213 59 -
CMYK 0 0.02 0.73 0.15
HSL 58.11º 0.68% 0.54% -
HSV(B) 58.11º 0.73% 0.85% -
XYZ 53.5 62.81 13.44 -
YUV 196.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 218 213 59 0 0.02 0.73 0.15 58.11 0.68 0.54
Hex DA D5 3B 0 2 49 F 3A 44 36
Octal 332 325 73 0 2 111 17 72 104 66
Binary 11011010 11010101 111011 0 10 1001001 1111 111010 1000100 110110

Color Harmonies of #DAD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD53B

Black with #DAD53B

Text Example


Text Example

White with #DAD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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