Html Css Color HEX #DCD838 Starship

📋 copy color: '#DCD838'

red 220 ◦ green 216 ◦ blue 56

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

Shades of Starship #DCD838

Tints of Starship #DCD838

RGB

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

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

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

R = 44.72%
G = 43.9%
B = 11.38%

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

#DCD838 (or 0xDCD838) is known color: Starship. HEX triplet: DC, D8 and 38. RGB value is (220,216,56). Sum of RGB (Red+Green+Blue) = 220+216+56=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD838 is #2327C7. Grayscale: #C7C7C7. Windows color (decimal): -2303944 or 3725532. OLE color: 3725532.

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

Color convert

RGB 220 216 56 -
CMYK 0 0.02 0.75 0.14
HSL 58.54º 0.7% 0.54% -
HSV(B) 58.54º 0.75% 0.86% -
XYZ 54.78 64.61 13.33 -
YUV 198.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 220 216 56 0 0.02 0.75 0.14 58.54 0.7 0.54
Hex DC D8 38 0 2 4B E 3B 46 36
Octal 334 330 70 0 2 113 16 73 106 66
Binary 11011100 11011000 111000 0 10 1001011 1110 111011 1000110 110110

Color Harmonies of #DCD838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD838

Black with #DCD838

Text Example


Text Example

White with #DCD838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD838; }

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

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

background-color css

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

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

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

border-color css

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

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

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