Html Css Color HEX #DAD636 Starship

📋 copy color: '#DAD636'

red 218 ◦ green 214 ◦ blue 54

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

Shades of Starship #DAD636

Tints of Starship #DAD636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.11%

R = 44.86%
G = 44.03%
B = 11.11%

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

#DAD636 (or 0xDAD636) is known color: Starship. HEX triplet: DA, D6 and 36. RGB value is (218,214,54). Sum of RGB (Red+Green+Blue) = 218+214+54=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD636 is #2529C9. Grayscale: #C5C5C5. Windows color (decimal): -2435530 or 3593946. OLE color: 3593946.

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

Color convert

RGB 218 214 54 -
CMYK 0 0.02 0.75 0.15
HSL 58.54º 0.69% 0.53% -
HSV(B) 58.54º 0.75% 0.85% -
XYZ 53.63 63.26 12.87 -
YUV 196.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 218 214 54 0 0.02 0.75 0.15 58.54 0.69 0.53
Hex DA D6 36 0 2 4B F 3B 45 35
Octal 332 326 66 0 2 113 17 73 105 65
Binary 11011010 11010110 110110 0 10 1001011 1111 111011 1000101 110101

Color Harmonies of #DAD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD636

Black with #DAD636

Text Example


Text Example

White with #DAD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD636; }

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

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

background-color css

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

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

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

border-color css

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

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

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