Html Css Color HEX #DCD437 Starship

📋 copy color: '#DCD437'

red 220 ◦ green 212 ◦ blue 55

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

Shades of Starship #DCD437

Tints of Starship #DCD437

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

 BLUE value IS 55 (21.88% from 255) = 11.29%

R = 45.17%
G = 43.53%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD437 (or 0xDCD437) is known color: Starship. HEX triplet: DC, D4 and 37. RGB value is (220,212,55). Sum of RGB (Red+Green+Blue) = 220+212+55=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD437 is #232BC8. Grayscale: #C5C5C5. Windows color (decimal): -2304969 or 3658972. OLE color: 3658972.

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

Color convert

RGB 220 212 55 -
CMYK 0 0.04 0.75 0.14
HSL 57.09º 0.7% 0.54% -
HSV(B) 57.09º 0.75% 0.86% -
XYZ 53.75 62.58 12.86 -
YUV 196.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 220 212 55 0 0.04 0.75 0.14 57.09 0.7 0.54
Hex DC D4 37 0 4 4B E 39 46 36
Octal 334 324 67 0 4 113 16 71 106 66
Binary 11011100 11010100 110111 0 100 1001011 1110 111001 1000110 110110

Color Harmonies of #DCD437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD437

Black with #DCD437

Text Example


Text Example

White with #DCD437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD437; }

 p { color: rgb(220,212,55); }

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

background-color css

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

 a { background-color: rgb(220,212,55); }

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

border-color css

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

 span { border-color: rgb(220,212,55); }

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