Html Css Color HEX #DCD836 Starship

📋 copy color: '#DCD836'

red 220 ◦ green 216 ◦ blue 54

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

Shades of Starship #DCD836

Tints of Starship #DCD836

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

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

R = 44.9%
G = 44.08%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD836 (or 0xDCD836) is known color: Starship. HEX triplet: DC, D8 and 36. RGB value is (220,216,54). Sum of RGB (Red+Green+Blue) = 220+216+54=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD836 is #2327C9. Grayscale: #C7C7C7. Windows color (decimal): -2303946 or 3594460. OLE color: 3594460.

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

Color convert

RGB 220 216 54 -
CMYK 0 0.02 0.75 0.14
HSL 58.55º 0.7% 0.54% -
HSV(B) 58.55º 0.75% 0.86% -
XYZ 54.74 64.59 13.07 -
YUV 198.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 220 216 54 0 0.02 0.75 0.14 58.55 0.7 0.54
Hex DC D8 36 0 2 4B E 3B 46 36
Octal 334 330 66 0 2 113 16 73 106 66
Binary 11011100 11011000 110110 0 10 1001011 1110 111011 1000110 110110

Color Harmonies of #DCD836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD836

Black with #DCD836

Text Example


Text Example

White with #DCD836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD836; }

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

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

background-color css

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

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

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

border-color css

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

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

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