Html Css Color HEX #DCD742 Starship

📋 copy color: '#DCD742'

red 220 ◦ green 215 ◦ blue 66

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

Shades of Starship #DCD742

Tints of Starship #DCD742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.17%

R = 43.91%
G = 42.91%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCD742 (or 0xDCD742) is known color: Starship. HEX triplet: DC, D7 and 42. RGB value is (220,215,66). Sum of RGB (Red+Green+Blue) = 220+215+66=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD742 is #2328BD. Grayscale: #C8C8C8. Windows color (decimal): -2304190 or 4380636. OLE color: 4380636.

HSL color Cylindrical-coordinate representation of color #DCD742: hue angle of 58.05º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCD742 is Cyan = 0, Magento = 0.02, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 66 -
CMYK 0 0.02 0.7 0.14
HSL 58.05º 0.69% 0.56% -
HSV(B) 58.05º 0.7% 0.86% -
XYZ 54.8 64.21 14.66 -
YUV 199.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 220 215 66 0 0.02 0.7 0.14 58.05 0.69 0.56
Hex DC D7 42 0 2 46 E 3A 45 38
Octal 334 327 102 0 2 106 16 72 105 70
Binary 11011100 11010111 1000010 0 10 1000110 1110 111010 1000101 111000

Color Harmonies of #DCD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD742

Black with #DCD742

Text Example


Text Example

White with #DCD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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