Html Css Color HEX #DCD738 Starship

📋 copy color: '#DCD738'

red 220 ◦ green 215 ◦ blue 56

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

Shades of Starship #DCD738

Tints of Starship #DCD738

RGB

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

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

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

R = 44.81%
G = 43.79%
B = 11.41%

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

#DCD738 (or 0xDCD738) is known color: Starship. HEX triplet: DC, D7 and 38. RGB value is (220,215,56). Sum of RGB (Red+Green+Blue) = 220+215+56=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD738 is #2328C7. Grayscale: #C7C7C7. Windows color (decimal): -2304200 or 3725276. OLE color: 3725276.

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

Color convert

RGB 220 215 56 -
CMYK 0 0.02 0.75 0.14
HSL 58.17º 0.7% 0.54% -
HSV(B) 58.17º 0.75% 0.86% -
XYZ 54.53 64.1 13.24 -
YUV 198.37 47.66 143.43 -
System Red Green Blue C M Y K H S L
Decimal 220 215 56 0 0.02 0.75 0.14 58.17 0.7 0.54
Hex DC D7 38 0 2 4B E 3A 46 36
Octal 334 327 70 0 2 113 16 72 106 66
Binary 11011100 11010111 111000 0 10 1001011 1110 111010 1000110 110110

Color Harmonies of #DCD738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD738

Black with #DCD738

Text Example


Text Example

White with #DCD738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD738; }

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

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

background-color css

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

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

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

border-color css

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

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

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