Html Css Color HEX #DCDA38 Starship

📋 copy color: '#DCDA38'

red 220 ◦ green 218 ◦ blue 56

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

Shades of Starship #DCDA38

Tints of Starship #DCDA38

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

 GREEN value IS 218 (85.55% from 255) = 44.13%

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

R = 44.53%
G = 44.13%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCDA38 (or 0xDCDA38) is known color: Starship. HEX triplet: DC, DA and 38. RGB value is (220,218,56). Sum of RGB (Red+Green+Blue) = 220+218+56=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA38 is #2325C7. Grayscale: #C8C8C8. Windows color (decimal): -2303432 or 3726044. OLE color: 3726044.

HSL color Cylindrical-coordinate representation of color #DCDA38: hue angle of 59.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCDA38 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 56 -
CMYK 0 0.01 0.75 0.14
HSL 59.27º 0.7% 0.54% -
HSV(B) 59.27º 0.75% 0.86% -
XYZ 55.3 65.64 13.5 -
YUV 200.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 220 218 56 0 0.01 0.75 0.14 59.27 0.7 0.54
Hex DC DA 38 0 1 4B E 3B 46 36
Octal 334 332 70 0 1 113 16 73 106 66
Binary 11011100 11011010 111000 0 1 1001011 1110 111011 1000110 110110

Color Harmonies of #DCDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA38

Black with #DCDA38

Text Example


Text Example

White with #DCDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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