Html Css Color HEX #DCD430 Starship

📋 copy color: '#DCD430'

red 220 ◦ green 212 ◦ blue 48

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

Shades of Starship #DCD430

Tints of Starship #DCD430

RGB

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

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

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

R = 45.83%
G = 44.17%
B = 10%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCD430 (or 0xDCD430) is known color: Starship. HEX triplet: DC, D4 and 30. RGB value is (220,212,48). Sum of RGB (Red+Green+Blue) = 220+212+48=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD430 is #232BCF. Grayscale: #C4C4C4. Windows color (decimal): -2304976 or 3200220. OLE color: 3200220.

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

Color convert

RGB 220 212 48 -
CMYK 0 0.04 0.78 0.14
HSL 57.21º 0.71% 0.53% -
HSV(B) 57.21º 0.78% 0.86% -
XYZ 53.59 62.52 12.04 -
YUV 195.7 44.65 145.34 -
System Red Green Blue C M Y K H S L
Decimal 220 212 48 0 0.04 0.78 0.14 57.21 0.71 0.53
Hex DC D4 30 0 4 4E E 39 47 35
Octal 334 324 60 0 4 116 16 71 107 65
Binary 11011100 11010100 110000 0 100 1001110 1110 111001 1000111 110101

Color Harmonies of #DCD430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD430

Black with #DCD430

Text Example


Text Example

White with #DCD430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD430; }

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

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

background-color css

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

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

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

border-color css

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

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

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