Html Css Color HEX #DCD230 Starship

📋 copy color: '#DCD230'

red 220 ◦ green 210 ◦ blue 48

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

Shades of Starship #DCD230

Tints of Starship #DCD230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.93%

 BLUE value IS 48 (19.14% from 255) = 10.04%

R = 46.03%
G = 43.93%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCD230 (or 0xDCD230) is known color: Starship. HEX triplet: DC, D2 and 30. RGB value is (220,210,48). Sum of RGB (Red+Green+Blue) = 220+210+48=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD230 is #232DCF. Grayscale: #C3C3C3. Windows color (decimal): -2305488 or 3199708. OLE color: 3199708.

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

Color convert

RGB 220 210 48 -
CMYK 0 0.05 0.78 0.14
HSL 56.51º 0.71% 0.53% -
HSV(B) 56.51º 0.78% 0.86% -
XYZ 53.1 61.52 11.87 -
YUV 194.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 220 210 48 0 0.05 0.78 0.14 56.51 0.71 0.53
Hex DC D2 30 0 5 4E E 39 47 35
Octal 334 322 60 0 5 116 16 71 107 65
Binary 11011100 11010010 110000 0 101 1001110 1110 111001 1000111 110101

Color Harmonies of #DCD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD230

Black with #DCD230

Text Example


Text Example

White with #DCD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD230; }

 p { color: rgb(220,210,48); }

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

background-color css

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

 a { background-color: rgb(220,210,48); }

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

border-color css

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

 span { border-color: rgb(220,210,48); }

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