Html Css Color HEX #DCDA36 Starship

📋 copy color: '#DCDA36'

red 220 ◦ green 218 ◦ blue 54

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

Shades of Starship #DCDA36

Tints of Starship #DCDA36

RGB

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

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

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

R = 44.72%
G = 44.31%
B = 10.98%

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

#DCDA36 (or 0xDCDA36) is known color: Starship. HEX triplet: DC, DA and 36. RGB value is (220,218,54). Sum of RGB (Red+Green+Blue) = 220+218+54=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA36 is #2325C9. Grayscale: #C8C8C8. Windows color (decimal): -2303434 or 3594972. OLE color: 3594972.

HSL color Cylindrical-coordinate representation of color #DCDA36: hue angle of 59.28º 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 #DCDA36 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 54 -
CMYK 0 0.01 0.75 0.14
HSL 59.28º 0.7% 0.54% -
HSV(B) 59.28º 0.75% 0.86% -
XYZ 55.25 65.62 13.24 -
YUV 199.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 220 218 54 0 0.01 0.75 0.14 59.28 0.7 0.54
Hex DC DA 36 0 1 4B E 3B 46 36
Octal 334 332 66 0 1 113 16 73 106 66
Binary 11011100 11011010 110110 0 1 1001011 1110 111011 1000110 110110

Color Harmonies of #DCDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA36

Black with #DCDA36

Text Example


Text Example

White with #DCDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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