Html Css Color HEX #DCD636 Starship

📋 copy color: '#DCD636'

red 220 ◦ green 214 ◦ blue 54

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

Shades of Starship #DCD636

Tints of Starship #DCD636

RGB

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

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

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

R = 45.08%
G = 43.85%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD636 (or 0xDCD636) is known color: Starship. HEX triplet: DC, D6 and 36. RGB value is (220,214,54). Sum of RGB (Red+Green+Blue) = 220+214+54=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD636 is #2329C9. Grayscale: #C6C6C6. Windows color (decimal): -2304458 or 3593948. OLE color: 3593948.

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

Color convert

RGB 220 214 54 -
CMYK 0 0.03 0.75 0.14
HSL 57.83º 0.7% 0.54% -
HSV(B) 57.83º 0.75% 0.86% -
XYZ 54.23 63.58 12.9 -
YUV 197.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 220 214 54 0 0.03 0.75 0.14 57.83 0.7 0.54
Hex DC D6 36 0 3 4B E 3A 46 36
Octal 334 326 66 0 3 113 16 72 106 66
Binary 11011100 11010110 110110 0 11 1001011 1110 111010 1000110 110110

Color Harmonies of #DCD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD636

Black with #DCD636

Text Example


Text Example

White with #DCD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD636; }

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

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

background-color css

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

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

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

border-color css

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

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

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