Html Css Color HEX #DCDF46 Starship

📋 copy color: '#DCDF46'

red 220 ◦ green 223 ◦ blue 70

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

Shades of Starship #DCDF46

Tints of Starship #DCDF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.47%

 BLUE value IS 70 (27.73% from 255) = 13.65%

R = 42.88%
G = 43.47%
B = 13.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DCDF46 (or 0xDCDF46) is known color: Starship. HEX triplet: DC, DF and 46. RGB value is (220,223,70). Sum of RGB (Red+Green+Blue) = 220+223+70=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF46 is #2320B9. Grayscale: #CDCDCD. Windows color (decimal): -2302138 or 4644828. OLE color: 4644828.

HSL color Cylindrical-coordinate representation of color #DCDF46: hue angle of 61.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCDF46 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 70 -
CMYK 0.01 0 0.69 0.13
HSL 61.18º 0.71% 0.57% -
HSV(B) 61.18º 0.69% 0.87% -
XYZ 57.01 68.43 16 -
YUV 204.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 220 223 70 0.01 0 0.69 0.13 61.18 0.71 0.57
Hex DC DF 46 1 0 45 D 3D 47 39
Octal 334 337 106 1 0 105 15 75 107 71
Binary 11011100 11011111 1000110 1 0 1000101 1101 111101 1000111 111001

Color Harmonies of #DCDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF46

Black with #DCDF46

Text Example


Text Example

White with #DCDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF46; }

 p { color: rgb(220,223,70); }

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

background-color css

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

 a { background-color: rgb(220,223,70); }

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

border-color css

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

 span { border-color: rgb(220,223,70); }

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