Html Css Color HEX #DAD638 Starship

📋 copy color: '#DAD638'

red 218 ◦ green 214 ◦ blue 56

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

Shades of Starship #DAD638

Tints of Starship #DAD638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.48%

R = 44.67%
G = 43.85%
B = 11.48%

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

#DAD638 (or 0xDAD638) is known color: Starship. HEX triplet: DA, D6 and 38. RGB value is (218,214,56). Sum of RGB (Red+Green+Blue) = 218+214+56=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD638 is #2529C7. Grayscale: #C5C5C5. Windows color (decimal): -2435528 or 3725018. OLE color: 3725018.

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

Color convert

RGB 218 214 56 -
CMYK 0 0.02 0.74 0.15
HSL 58.52º 0.69% 0.54% -
HSV(B) 58.52º 0.74% 0.85% -
XYZ 53.67 63.28 13.13 -
YUV 197.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 218 214 56 0 0.02 0.74 0.15 58.52 0.69 0.54
Hex DA D6 38 0 2 4A F 3B 45 36
Octal 332 326 70 0 2 112 17 73 105 66
Binary 11011010 11010110 111000 0 10 1001010 1111 111011 1000101 110110

Color Harmonies of #DAD638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD638

Black with #DAD638

Text Example


Text Example

White with #DAD638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD638; }

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

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

background-color css

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

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

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

border-color css

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

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

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