Html Css Color HEX #DCD438 Starship

📋 copy color: '#DCD438'

red 220 ◦ green 212 ◦ blue 56

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

Shades of Starship #DCD438

Tints of Starship #DCD438

RGB

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

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

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

R = 45.08%
G = 43.44%
B = 11.48%

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

#DCD438 (or 0xDCD438) is known color: Starship. HEX triplet: DC, D4 and 38. RGB value is (220,212,56). Sum of RGB (Red+Green+Blue) = 220+212+56=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD438 is #232BC7. Grayscale: #C5C5C5. Windows color (decimal): -2304968 or 3724508. OLE color: 3724508.

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

Color convert

RGB 220 212 56 -
CMYK 0 0.04 0.75 0.14
HSL 57.07º 0.7% 0.54% -
HSV(B) 57.07º 0.75% 0.86% -
XYZ 53.77 62.59 12.99 -
YUV 196.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 220 212 56 0 0.04 0.75 0.14 57.07 0.7 0.54
Hex DC D4 38 0 4 4B E 39 46 36
Octal 334 324 70 0 4 113 16 71 106 66
Binary 11011100 11010100 111000 0 100 1001011 1110 111001 1000110 110110

Color Harmonies of #DCD438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD438

Black with #DCD438

Text Example


Text Example

White with #DCD438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD438; }

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

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

background-color css

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

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

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

border-color css

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

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

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