Html Css Color HEX #DCD736 Starship

📋 copy color: '#DCD736'

red 220 ◦ green 215 ◦ blue 54

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

Shades of Starship #DCD736

Tints of Starship #DCD736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

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

R = 44.99%
G = 43.97%
B = 11.04%

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

#DCD736 (or 0xDCD736) is known color: Starship. HEX triplet: DC, D7 and 36. RGB value is (220,215,54). Sum of RGB (Red+Green+Blue) = 220+215+54=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 54 (21.48% from 255 or 11.04% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD736 is #2328C9. Grayscale: #C6C6C6. Windows color (decimal): -2304202 or 3594204. OLE color: 3594204.

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

Color convert

RGB 220 215 54 -
CMYK 0 0.02 0.75 0.14
HSL 58.19º 0.7% 0.54% -
HSV(B) 58.19º 0.75% 0.86% -
XYZ 54.48 64.08 12.99 -
YUV 198.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 220 215 54 0 0.02 0.75 0.14 58.19 0.7 0.54
Hex DC D7 36 0 2 4B E 3A 46 36
Octal 334 327 66 0 2 113 16 72 106 66
Binary 11011100 11010111 110110 0 10 1001011 1110 111010 1000110 110110

Color Harmonies of #DCD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD736

Black with #DCD736

Text Example


Text Example

White with #DCD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD736; }

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

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

background-color css

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

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

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

border-color css

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

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

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