Html Css Color HEX #DAD639 Starship

📋 copy color: '#DAD639'

red 218 ◦ green 214 ◦ blue 57

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

Shades of Starship #DAD639

Tints of Starship #DAD639

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

 BLUE value IS 57 (22.66% from 255) = 11.66%

R = 44.58%
G = 43.76%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD639 (or 0xDAD639) is known color: Starship. HEX triplet: DA, D6 and 39. RGB value is (218,214,57). Sum of RGB (Red+Green+Blue) = 218+214+57=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 57 (22.66% from 255 or 11.66% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD639 is #2529C6. Grayscale: #C5C5C5. Windows color (decimal): -2435527 or 3790554. OLE color: 3790554.

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

Color convert

RGB 218 214 57 -
CMYK 0 0.02 0.74 0.15
HSL 58.51º 0.69% 0.54% -
HSV(B) 58.51º 0.74% 0.85% -
XYZ 53.7 63.29 13.26 -
YUV 197.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 218 214 57 0 0.02 0.74 0.15 58.51 0.69 0.54
Hex DA D6 39 0 2 4A F 3B 45 36
Octal 332 326 71 0 2 112 17 73 105 66
Binary 11011010 11010110 111001 0 10 1001010 1111 111011 1000101 110110

Color Harmonies of #DAD639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD639

Black with #DAD639

Text Example


Text Example

White with #DAD639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD639; }

 p { color: rgb(218,214,57); }

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

background-color css

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

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

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

border-color css

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

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

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