Html Css Color HEX #DCD734 Starship

📋 copy color: '#DCD734'

red 220 ◦ green 215 ◦ blue 52

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

Shades of Starship #DCD734

Tints of Starship #DCD734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.68%

R = 45.17%
G = 44.15%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCD734 (or 0xDCD734) is known color: Starship. HEX triplet: DC, D7 and 34. RGB value is (220,215,52). Sum of RGB (Red+Green+Blue) = 220+215+52=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD734 is #2328CB. Grayscale: #C6C6C6. Windows color (decimal): -2304204 or 3463132. OLE color: 3463132.

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

Color convert

RGB 220 215 52 -
CMYK 0 0.02 0.76 0.14
HSL 58.21º 0.71% 0.53% -
HSV(B) 58.21º 0.76% 0.86% -
XYZ 54.44 64.06 12.75 -
YUV 197.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 220 215 52 0 0.02 0.76 0.14 58.21 0.71 0.53
Hex DC D7 34 0 2 4C E 3A 47 35
Octal 334 327 64 0 2 114 16 72 107 65
Binary 11011100 11010111 110100 0 10 1001100 1110 111010 1000111 110101

Color Harmonies of #DCD734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD734

Black with #DCD734

Text Example


Text Example

White with #DCD734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD734; }

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

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

background-color css

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

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

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

border-color css

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

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

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