Html Css Color HEX #DAD637 Starship

📋 copy color: '#DAD637'

red 218 ◦ green 214 ◦ blue 55

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

Shades of Starship #DAD637

Tints of Starship #DAD637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.29%

R = 44.76%
G = 43.94%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAD637 (or 0xDAD637) is known color: Starship. HEX triplet: DA, D6 and 37. RGB value is (218,214,55). Sum of RGB (Red+Green+Blue) = 218+214+55=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD637 is #2529C8. Grayscale: #C5C5C5. Windows color (decimal): -2435529 or 3659482. OLE color: 3659482.

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

Color convert

RGB 218 214 55 -
CMYK 0 0.02 0.75 0.15
HSL 58.53º 0.69% 0.54% -
HSV(B) 58.53º 0.75% 0.85% -
XYZ 53.65 63.27 13 -
YUV 197.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 218 214 55 0 0.02 0.75 0.15 58.53 0.69 0.54
Hex DA D6 37 0 2 4B F 3B 45 36
Octal 332 326 67 0 2 113 17 73 105 66
Binary 11011010 11010110 110111 0 10 1001011 1111 111011 1000101 110110

Color Harmonies of #DAD637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD637

Black with #DAD637

Text Example


Text Example

White with #DAD637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD637; }

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

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

background-color css

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

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

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

border-color css

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

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

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